Skip to content

Commit b15f1fe

Browse files
committed
I run now yarn build
1 parent 070b79b commit b15f1fe

File tree

1 file changed

+2
-1
lines changed
  • app/assets/javascripts/activeadmin_addons

1 file changed

+2
-1
lines changed

app/assets/javascripts/activeadmin_addons/all.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,8 @@
447447
width: width,
448448
multiple: true,
449449
tags: true,
450-
data: collection
450+
data: collection,
451+
tokenSeparators: $(el).data("tokenSeparators") || [ "," ]
451452
};
452453
if (!!isRelation) {
453454
selectOptions.createTag = function() {

0 commit comments

Comments
 (0)