1
0

fix(views): set correct default view

This commit is contained in:
kolaente
2024-03-18 14:07:08 +01:00
parent 24fa3b206f
commit 3f8c5a5feb
2 changed files with 7 additions and 1 deletions

View File

@ -22,7 +22,6 @@ export default class ProjectViewModel extends AbstractModel<IProjectView> implem
super()
this.assignData(data)
if (!this.bucketConfiguration) {
this.bucketConfiguration = []
}