diff --git a/src/App.vue b/src/App.vue index 1b15adf..e2676cd 100644 --- a/src/App.vue +++ b/src/App.vue @@ -120,7 +120,6 @@ }) } finally { isCreatingOrder.value = false; - showDrawer.value = false; } } diff --git a/src/components/Drawer.vue b/src/components/Drawer.vue index aeb4e43..4da7bd3 100644 --- a/src/components/Drawer.vue +++ b/src/components/Drawer.vue @@ -1,7 +1,7 @@