[Common] Color button is visible by default.

This commit is contained in:
Julia Radzhabova 2017-11-17 11:20:15 +03:00
parent 9fcd4314dd
commit 046aad6559

View file

@ -41,7 +41,8 @@ define([
Common.UI.ColorButton = Common.UI.Button.extend({
options : {
hint: false,
enableToggle: false
enableToggle: false,
visible: true
},
template: _.template([