fix: lint

This commit is contained in:
kolaente 2025-09-22 14:10:46 +02:00
parent e3f3eeea6b
commit 8c4fc4780e
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ const props = withDefaults(defineProps<{
project: IProject
simple?: boolean
}>(), {
simple: false
simple: false,
})
const projectStore = useProjectStore()