Bugfix
This commit is contained in:
@@ -38,15 +38,13 @@ const { showConfirmationModal, showCancellationModal, isLoading, shownComponent
|
||||
|
||||
|
||||
async function fetchData() {
|
||||
await categoriesStore.fetchCategories();
|
||||
//await categoriesStore.fetchCategories();
|
||||
await contractorsStore.fetchContractors();
|
||||
siteControlStore.newOrder(false);
|
||||
|
||||
//siteControlStore.newOrder(false);
|
||||
isLoading.value = false;
|
||||
}
|
||||
siteControlStore.checkTheme();
|
||||
//fetchData();
|
||||
isLoading.value = false;
|
||||
fetchData();
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user