1
0

fix ts errors in various files

This commit is contained in:
Dominik Pschenitschni
2022-01-30 16:47:23 +01:00
parent 98b41a22c6
commit de3c47dc69
11 changed files with 58 additions and 20 deletions

View File

@ -83,6 +83,7 @@ const currentList = computed(() => {
id: 0,
title: '',
isArchived: false,
maxRight: null,
} : store.state.currentList
})