Skip to content

Commit

Permalink
Debugging behat scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
senghe committed Sep 5, 2024
1 parent c068095 commit 1e6a844
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 @@ -44,7 +44,7 @@ export class HandleTemplate {
});

$.each(data.content, function (index, element) {
elements.eq(index).val(element.type);
elements.eq(index).val('single_media');
elements.eq(index).change();
});
} else {
Expand Down

0 comments on commit 1e6a844

Please sign in to comment.