Skip to content

Commit

Permalink
Update default behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
micbis committed Nov 13, 2024
1 parent c165317 commit 9aa04fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions assets/js/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@ const Admin = {
allowClearEnabled = false;
}

if (select.attr('data-sonata-select2-allow-tags') === 'false') {
allowTags = false;
} else {
if (select.attr('data-sonata-select2-allow-tags') === 'true') {
allowTags = true;
}

Expand Down

0 comments on commit 9aa04fb

Please sign in to comment.