Fix for #34
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 19s
Build and Push Docker Images / build-frontend (push) Successful in 1m8s

This commit is contained in:
2026-01-30 16:15:31 +01:00
parent 3aa0c7d77a
commit 7ed0388acb

View File

@@ -12,7 +12,7 @@ const router = useRouter()
const modal = useModal()
const auth = useAuthStore()
const guard = ref(true)
@@ -1456,6 +1456,8 @@ const closeDocument = async () => {
await useFiles().uploadFiles(fileData, [file])
guard.value = false
await router.push(`/createDocument/show/${itemInfo.value.id}`)
}
@@ -3144,7 +3146,7 @@ const setRowData = async (row, service = {sellingPriceComposed: {}}, product = {
</UTabs>
<UProgress animation="carousel" v-else/>
</UDashboardPanelContent>
<PageLeaveGuard :when="true"/>
<PageLeaveGuard :when="guard"/>