diff --git a/resources/scripts/admin/stores/category.js b/resources/scripts/admin/stores/category.js index a1c35b3b..787f61b4 100644 --- a/resources/scripts/admin/stores/category.js +++ b/resources/scripts/admin/stores/category.js @@ -17,6 +17,7 @@ export const useCategoryStore = (useWindow = false) => { name: '', description: '', }, + editCategory: null }), getters: { diff --git a/resources/scripts/admin/stores/customer.js b/resources/scripts/admin/stores/customer.js index 0069961e..ffb3b58d 100644 --- a/resources/scripts/admin/stores/customer.js +++ b/resources/scripts/admin/stores/customer.js @@ -25,6 +25,7 @@ export const useCustomerStore = (useWindow = false) => { currentCustomer: { ...customerStub(), }, + editCustomer: null }), getters: { diff --git a/resources/scripts/admin/views/customers/partials/CustomerViewSidebar.vue b/resources/scripts/admin/views/customers/partials/CustomerViewSidebar.vue index bc19a070..e76e5d5a 100644 --- a/resources/scripts/admin/views/customers/partials/CustomerViewSidebar.vue +++ b/resources/scripts/admin/views/customers/partials/CustomerViewSidebar.vue @@ -7,7 +7,7 @@ hidden h-full pt-16 - pb-4 + pb-[6.6rem] ml-56 bg-white xl:ml-64 @@ -107,18 +107,18 @@