Skip to content

Commit e116a8d

Browse files
committed
Update init.js
1 parent 064a5b9 commit e116a8d

File tree

1 file changed

+1
-1
lines changed
  • app/assets/javascripts/active_admin/searchable_select

1 file changed

+1
-1
lines changed

app/assets/javascripts/active_admin/searchable_select/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
// default option allow clear
1111
if (options.allowClear != undefined)
12-
options.allowClear: true
12+
options.allowClear = true;
1313

1414
var url = item.data('ajaxUrl');
1515

0 commit comments

Comments
 (0)