mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934)
This commit is contained in:
@@ -36,7 +36,7 @@ const props = withDefaults(defineProps<NoticeProps>(), {
|
||||
});
|
||||
|
||||
const $emit = defineEmits<{
|
||||
(event: 'action', key: string): void;
|
||||
action: [key: string];
|
||||
}>();
|
||||
|
||||
const $style = useCssModule();
|
||||
|
||||
Reference in New Issue
Block a user