chore(editor): Fix typecheck to fix CI again (#18259)

This commit is contained in:
Iván Ovejero
2025-08-12 17:13:38 +02:00
committed by GitHub
parent 56c278cda0
commit 57590e5e16

View File

@@ -17,7 +17,7 @@ type Props = {
const props = defineProps<Props>();
const renameInput = useTemplateRef('renameInput');
const renameInput = useTemplateRef<{ forceFocus?: () => void }>('renameInput');
const dataStoreStore = useDataStoreStore();