[Common] Color button is visible by default.

This commit is contained in:
Julia Radzhabova 2017-11-17 11:20:15 +03:00
parent cad4ab9cb5
commit 36ee2b867f

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([