From c65c2d031d122ac5ec99937be8f9e479758784f3 Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Tue, 18 Mar 2025 16:21:55 +0330 Subject: [PATCH] updated style --- frontend/components/cart/index/DeleteCartAllModal.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/components/cart/index/DeleteCartAllModal.vue b/frontend/components/cart/index/DeleteCartAllModal.vue index de9b7a8..188e99c 100644 --- a/frontend/components/cart/index/DeleteCartAllModal.vue +++ b/frontend/components/cart/index/DeleteCartAllModal.vue @@ -31,9 +31,6 @@ const handleSubmit = () => { status: "success", }, }); - setTimeout(() => { - router.push({ name: "index" }); - }, 1000); }, onError: () => { addToast({ @@ -56,7 +53,11 @@ const handleSubmit = () => { @close="isShow = false" >