fix: lint
This commit is contained in:
parent
e3f3eeea6b
commit
8c4fc4780e
|
|
@ -145,7 +145,7 @@ const props = withDefaults(defineProps<{
|
|||
project: IProject
|
||||
simple?: boolean
|
||||
}>(), {
|
||||
simple: false
|
||||
simple: false,
|
||||
})
|
||||
|
||||
const projectStore = useProjectStore()
|
||||
|
|
|
|||
Loading…
Reference in New Issue