Poprawki tabeli

This commit is contained in:
2021-06-29 19:12:22 +02:00
parent 668e2027f9
commit e6f0a16387
2 changed files with 4 additions and 5 deletions
+2 -3
View File
@@ -280,9 +280,8 @@ export default defineComponent({
() => store.getters[GETTERS.dataStatus] () => store.getters[GETTERS.dataStatus]
); );
const isDataLoaded = () => const isDataLoaded = computed(() => {
computed(() => { return dataConnectionStatus.value == DataStatus.Loaded;
dataConnectionStatus.value == DataStatus.Loaded;
}); });
return { return {