update frontend lib : leaflet + oruga - #1815

This commit is contained in:
Laurent GAY
2025-10-24 17:40:29 +02:00
committed by setop
parent b5852a95eb
commit 58a1d857a1
75 changed files with 944 additions and 1076 deletions

View File

@@ -45,7 +45,7 @@
</o-notification>
<o-button
class="mt-3"
nativeType="submit"
type="submit"
:disabled="selectedRoles.length == 0"
>{{ t("Send") }}</o-button
>

View File

@@ -70,12 +70,9 @@
</o-checkbox>
</o-field>
<div class="flex gap-2 my-2">
<o-button
:disabled="sendingForm"
variant="primary"
native-type="submit"
>{{ $t("Send email") }}</o-button
>
<o-button :disabled="sendingForm" variant="primary" type="submit">{{
$t("Send email")
}}</o-button>
<o-button
native-type="button"
variant="text"