You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CUI.util.assert(btn instanceof CUI.Button, "Modal.__addCustomHeaderButton", "Button needs to be instance of Button", {
57919
+
btn: btn
57920
+
});
57921
+
CUI.util.assert(this.__pane instanceof CUI.SimplePane, "new " + this.__cls, "opts.header_buttons can only be used if opts.pane is instance of SimplePane.", {
0 commit comments