mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-01 01:07:04 +02:00
remove unused function
This commit is contained in:
parent
e23c355876
commit
aa02f16501
|
|
@ -30,9 +30,6 @@ const emit = defineEmits<{
|
|||
disableCreate: [];
|
||||
}>();
|
||||
|
||||
const matches = (name: string, filter: string) =>
|
||||
name.toLowerCase().trim().includes(filter.toLowerCase().trim());
|
||||
|
||||
const i18n = useI18n();
|
||||
const rbacStore = useRBACStore();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user