Fix svelte-check type errors in FileTree and space page
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
kind: string;
|
||||
}
|
||||
|
||||
const spaceId = $page.params.id;
|
||||
const spaceId = $page.params.id as string;
|
||||
|
||||
let spaceName = $state('Space');
|
||||
let entrypoint = $state('main.typ');
|
||||
|
||||
Reference in New Issue
Block a user