[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:
Gabriel Manussakis 2024-08-29 18:55:23 -03:00 committed by GitHub
parent 3a2a812e1d
commit a40f87b9ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: minor
Type: tweak
Fix typo in initCustomFieldsToogle variable name

View File

@ -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';