mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Poprawki w error handlingu
This commit is contained in:
@@ -287,7 +287,7 @@ export default defineComponent({
|
||||
const data: ComputedRef<StoreData> = computed(() => store.getters[GETTERS.allData]);
|
||||
|
||||
const isDataLoaded = computed(() => {
|
||||
return data.value.sceneryDataStatus == DataStatus.Loaded;
|
||||
return data.value.sceneryDataStatus != DataStatus.Loading;
|
||||
});
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user