diff --git a/lib/ui/elements/alert.mjs b/lib/ui/elements/alert.mjs index e26447f9e..3ec72294c 100644 --- a/lib/ui/elements/alert.mjs +++ b/lib/ui/elements/alert.mjs @@ -35,19 +35,16 @@ export default function alert(params) { params.class ??= 'alert-confirm' - params.closeOnClick = true - params.header = mapp.utils.html` -

{ e.stopPropagation() }}>${params.title}` +

${params.title}` params.content = mapp.utils.html` -

{ e.stopPropagation() }}>${params.text}

-
{ e.stopPropagation() }} class="buttons"> +

${params.text}

+