feat(common): change modal open signature and allow to hide buttons

This commit is contained in:
2025-12-29 19:48:49 +01:00
parent 6b9974f40b
commit 25a15f9c65
4 changed files with 20 additions and 7 deletions

View File

@@ -48,6 +48,7 @@ onUnmounted(() => {
<template>
<Buttons
v-if="state.showButtons"
:y-offset="state.modalButtonsYOffset"
b-label="Cancel"
a-label="Confirm"