diff --git a/flaskinventory/templates/helpers/_tomselect.html b/flaskinventory/templates/helpers/_tomselect.html index 89e17e7b..b46fb5c0 100644 --- a/flaskinventory/templates/helpers/_tomselect.html +++ b/flaskinventory/templates/helpers/_tomselect.html @@ -322,7 +322,7 @@ {% if 'channels' in fields %} - new TomSelect('#channels', {create: true, plugins: ['remove_button']}) + new TomSelect('#channels', {create: false, plugins: ['remove_button']}) {% endif %}