Skip to content

Commit

Permalink
Debugging behats
Browse files Browse the repository at this point in the history
  • Loading branch information
senghe committed Sep 5, 2024
1 parent fa190ca commit 2659221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/assets/admin/js/cms/cms-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class HandleTemplate {
setTimeout(() => {
elements.eq(index).find('select:first').val(element.type);
elements.eq(index).find('select:first').change();
}, 500);
}, 200);
});
} else {
console.error(data.message);
Expand Down

0 comments on commit 2659221

Please sign in to comment.