Skip to content

Commit 57590e5

Browse files
authored
chore(editor): Fix typecheck to fix CI again (#18259)
1 parent 56c278c commit 57590e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/editor-ui/src/features/dataStore/components/DataStoreBreadcrumbs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type Props = {
1717
1818
const props = defineProps<Props>();
1919
20-
const renameInput = useTemplateRef('renameInput');
20+
const renameInput = useTemplateRef<{ forceFocus?: () => void }>('renameInput');
2121
2222
const dataStoreStore = useDataStoreStore();
2323

0 commit comments

Comments
 (0)