From a6de76a9832c4602b836e867dfc12e6762acd687 Mon Sep 17 00:00:00 2001 From: advplyr Date: Fri, 3 May 2024 17:25:30 -0500 Subject: [PATCH] Update:Close edit modal when pressing chapter edit button and already on chapter page #2915 --- .../components/modals/item/tabs/Chapters.vue | 19 ++++++++++++++----- client/components/tables/ChaptersTable.vue | 10 ++++++++-- client/components/ui/Btn.vue | 2 +- 3 files changed, 23 insertions(+), 8 deletions(-) diff --git a/client/components/modals/item/tabs/Chapters.vue b/client/components/modals/item/tabs/Chapters.vue index 3e2b02ee..80e5aa5c 100644 --- a/client/components/modals/item/tabs/Chapters.vue +++ b/client/components/modals/item/tabs/Chapters.vue @@ -1,10 +1,10 @@