Update select-icon.js (#2242)

This commit is contained in:
OSAMA BASHIR
2022-03-03 09:58:17 -08:00
committed by GitHub
parent bb018f6a0f
commit a89a399b87

View File

@@ -124,8 +124,6 @@ define('views/admin/entity-manager/modals/select-icon', ['views/modal', 'model']
},
processQuickSearch: function (filter) {
console.log(filter);
if (!filter) {
this.$el.find('.icon-container').removeClass('hidden');