| Current Path : /home/rtorresani/www/app/code/Amasty/ImportCore/view/adminhtml/web/js/form/components/ |
| Current File : //home/rtorresani/www/app/code/Amasty/ImportCore/view/adminhtml/web/js/form/components/button.js |
define([
'Magento_Ui/js/form/components/button'
], function (Button) {
return Button.extend({
validate: function () {
return {
valid: true
};
},
_setButtonClasses: function () {
this._super();
this.buttonClasses['action-basic'] = false;
}
});
});