mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 03:42:16 +00:00
refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934)
This commit is contained in:
@@ -67,7 +67,7 @@ const { getNodeInputData } = useNodeHelpers();
|
||||
const { debounce } = useDebounce();
|
||||
|
||||
const emit = defineEmits<{
|
||||
(event: 'clear:search'): void;
|
||||
'clear:search': [];
|
||||
}>();
|
||||
|
||||
const nodeSchema = computed(() =>
|
||||
|
||||
Reference in New Issue
Block a user