Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/app/code/Amasty/ExportCore/view/adminhtml/web/js/form/components/
Upload File :
Current File : //home/rtorresani/www/app/code/Amasty/ExportCore/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;
        }
    });
});