Fix disabled "Save attributes" button when editing a product (#37790)

* Fix disabled save button

* Add changelog
This commit is contained in:
Fernando Marichal 2023-04-18 14:53:16 -03:00 committed by GitHub
parent ebe879d5dd
commit 2d87da87de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix disabled "Save attributes" button

View File

@ -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();
} );