mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-31 08:46:58 +02:00
chore(editor): Fix typecheck to fix CI again (#18259)
This commit is contained in:
parent
56c278cda0
commit
57590e5e16
|
|
@ -17,7 +17,7 @@ type Props = {
|
|||
|
||||
const props = defineProps<Props>();
|
||||
|
||||
const renameInput = useTemplateRef('renameInput');
|
||||
const renameInput = useTemplateRef<{ forceFocus?: () => void }>('renameInput');
|
||||
|
||||
const dataStoreStore = useDataStoreStore();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user