Commit 19fdb0c
fix(admin): use is_tax_inclusive as column id in store add-currencies form (#14677)
* fix(admin): use is_tax_inclusive as column id in store add-currencies form
The tax inclusive pricing display column was incorrectly using "select" as its id,
which could conflict with row selection. Use "is_tax_inclusive" for clarity and to avoid id collisions.
* chore: add changeset for dashboard column id fix
* Fix column id for tax inclusive pricing display
Updated the column id for tax inclusive pricing display in the store add-currencies form to prevent id collisions.
---------
Co-authored-by: Nicolas Gorga <62995075+NicolasGorga@users.noreply.github.com>1 parent a4c420e commit 19fdb0c
2 files changed
Lines changed: 6 additions & 1 deletion
File tree
- .changeset
- packages/admin/dashboard/src/routes/store/store-add-currencies/components/add-currencies-form
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
0 commit comments