mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
refactor(editor): Fix typecheck for design-system and chat packages (no-changelog) (#9599)
This commit is contained in:
@@ -83,8 +83,8 @@ const props = withDefaults(defineProps<MenuProps>(), {
|
||||
const $route = useRoute();
|
||||
|
||||
const $emit = defineEmits<{
|
||||
(event: 'select', itemId: string);
|
||||
(event: 'update:modelValue', itemId: string);
|
||||
(event: 'select', itemId: string): void;
|
||||
(event: 'update:modelValue', itemId: string): void;
|
||||
}>();
|
||||
|
||||
const activeTab = ref(props.modelValue);
|
||||
|
||||
Reference in New Issue
Block a user