forked from woocommerce/woocommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Product Block Editor] Remove additional create term modal (woocommer…
…ce#39610) * Remove additional create term modal # Conflicts: # packages/js/product-editor/src/components/attribute-term-input-field/attribute-term-input-field.tsx # Conflicts: # packages/js/product-editor/src/style.scss * Add changelog * Fix list refresh and add loading state * Remove duplicated "invalidateResolutionForStoreSelector" * Add modal and `autoCreateOnSelect` * Update packages/js/product-editor/src/components/attribute-term-input-field/attribute-term-input-field.tsx Co-authored-by: louwie17 <lourensschep@gmail.com> * Add Attributes `invalidateResolution` * Improve error handling * Add term_exists error * Fix lint errors * Fix isOpen variable * Fix lint --------- Co-authored-by: louwie17 <lourensschep@gmail.com>
- Loading branch information
Showing
3 changed files
with
115 additions
and
37 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
packages/js/product-editor/changelog/dev-39223_remove_create_term_modal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Significance: minor | ||
Type: dev | ||
|
||
[Product Block Editor] Remove additional create attribute term modal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters