Fix disabled "Save attributes" button when editing a product (#37790)
* Fix disabled save button * Add changelog
This commit is contained in:
parent
ebe879d5dd
commit
2d87da87de
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix disabled "Save attributes" button
|
|
@ -187,4 +187,7 @@ jQuery( function ( $ ) {
|
|||
'input, textarea',
|
||||
jQuery.maybe_disable_save_button
|
||||
);
|
||||
|
||||
// Maybe disable save buttons when editing products.
|
||||
jQuery.maybe_disable_save_button();
|
||||
} );
|
||||
|
|
Loading…
Reference in New Issue