From b7b700993aa172580b470639bb12873522d6b98c Mon Sep 17 00:00:00 2001 From: Nic Hippenmeyer Date: Wed, 20 Oct 2021 10:25:14 -0400 Subject: [PATCH] Update name of audience field for selectize --- app/assets/javascripts/administrate/components/associative.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/administrate/components/associative.js b/app/assets/javascripts/administrate/components/associative.js index bf63ec2a77..aa4f872d82 100644 --- a/app/assets/javascripts/administrate/components/associative.js +++ b/app/assets/javascripts/administrate/components/associative.js @@ -2,5 +2,5 @@ $(function() { $('.field-unit--select select').selectize({}); $('.field-unit--belongs-to select').selectize({}); $(".field-unit--has-many select").selectize({}); - $('.field-unit--audience-field select').selectize({}); + $('.field-unit--audiences-field select').selectize({}); });