fix : layout admin

This commit is contained in:
2026-02-16 15:24:45 +01:00
parent 6461366bc1
commit abe474d3db
13 changed files with 166 additions and 172 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ import {createCustomer, getCustomer, updateCustomer} from "~/services/customer"
import type {CustomerData, CustomerFormData, CustomerPayload} from "~/services/dto/customer-data"
import {useAuthStore} from "~/stores/auth"
definePageMeta({layout: "admin"})
definePageMeta({layout: "default"})
const route = useRoute()
const router = useRouter()