mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
chore(editor): Fix typecheck to fix CI again (#18259)
This commit is contained in:
@@ -17,7 +17,7 @@ type Props = {
|
|||||||
|
|
||||||
const props = defineProps<Props>();
|
const props = defineProps<Props>();
|
||||||
|
|
||||||
const renameInput = useTemplateRef('renameInput');
|
const renameInput = useTemplateRef<{ forceFocus?: () => void }>('renameInput');
|
||||||
|
|
||||||
const dataStoreStore = useDataStoreStore();
|
const dataStoreStore = useDataStoreStore();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user