updated style
This commit is contained in:
@@ -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"
|
||||
>
|
||||
<template #trigger>
|
||||
<Button class="rounded-full" end-icon="bi:trash" size="md">
|
||||
<Button
|
||||
class="rounded-full shrink-0 whitespace-pre"
|
||||
end-icon="bi:trash"
|
||||
size="md"
|
||||
>
|
||||
حذف همه
|
||||
</Button>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user