From b70bf6d6b28d275e079180183c8fe8ad0d9a8118 Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Mon, 29 Dec 2025 19:58:59 +0100 Subject: [PATCH] fix(common): show buttons only if onConfirm is passed instead of having separate boolean --- app/components/Common/ConfirmationModal.vue | 2 +- app/composables/useConfirmationModal.ts | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/app/components/Common/ConfirmationModal.vue b/app/components/Common/ConfirmationModal.vue index 16111b6..b43086d 100644 --- a/app/components/Common/ConfirmationModal.vue +++ b/app/components/Common/ConfirmationModal.vue @@ -48,7 +48,7 @@ onUnmounted(() => {