fix(front) : modals non fermables au clic exterieur (:dismissable=false)
Pull Request — Quality gate / Frontend (lint + Vitest + build) (pull_request) Successful in 50s
Pull Request — Quality gate / Backend (PHP CS + PHPUnit) (pull_request) Failing after 1m5s

This commit is contained in:
2026-06-29 08:46:37 +02:00
parent f8f8f53b4c
commit 211d359cd7
18 changed files with 18 additions and 17 deletions
@@ -1,5 +1,6 @@
<template>
<MalioModal
:dismissable="false"
:model-value="modelValue"
modal-class="max-w-md"
@update:model-value="emit('update:modelValue', $event)"