Fix icon cls

This commit is contained in:
Julia Radzhabova
2025-02-20 12:05:21 +03:00
parent 5f907e9d0c
commit 30b4681662

View File

@ -180,7 +180,7 @@ define([
this.btnFillStatus = new Common.UI.Button({
cls: 'btn-toolbar margin-right-small',
iconCls: 'svg-icon status',
iconCls: 'svg-icon filing-status-light',
hint: this.tipFillStatus,
scaling: false
});