[Accessibility] Fix typo in initCustomFieldsToogle variable name (#48652)
* Fix typo in initCustomFieldsToogle variable name * Add changelog file --------- Co-authored-by: Daniel W. Robert <danielwrobert@users.noreply.github.com>
This commit is contained in:
parent
3a2a812e1d
commit
a40f87b9ec
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: tweak
|
||||
|
||||
Fix typo in initCustomFieldsToogle variable name
|
|
@ -1,6 +1,6 @@
|
|||
export { init as initCatalogVisibility } from './product-fields/catalog-visibility';
|
||||
export { init as initCustomFields } from './product-fields/custom-fields';
|
||||
export { init as initCustomFieldsToogle } from './product-fields/custom-fields-toggle';
|
||||
export { init as initCustomFieldsToggle } from './product-fields/custom-fields-toggle';
|
||||
export { init as initCheckbox } from './generic/checkbox';
|
||||
export { init as initCollapsible } from './generic/collapsible';
|
||||
export { init as initConditional } from './generic/conditional';
|
||||
|
|
Loading…
Reference in New Issue