Skip to content

Commit

Permalink
Update src/Blocks/components/form/assets/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Igor Obradović <igor.obradovic@infinum.com>
  • Loading branch information
iruzevic and iobrado authored Aug 23, 2022
1 parent 293b79a commit 65b59e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Blocks/components/form/assets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const interval = setInterval(() => {
initAll: () => {
// Bailout if form is loaded but you want to init form again.
if (!disableAutoInit) {
throw 'You are trying to re-init form class that all-ready exists. Please review your code or disable auto-initialize scripts in the forms global settings.';
throw 'You are trying to re-init form class that already exists. Please review your code or disable auto-initialize scripts in the forms global settings.';
}

initAll();
Expand Down

0 comments on commit 65b59e9

Please sign in to comment.