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 @@
</div>
</div>
<div class="">
<o-button native-type="submit" variant="primary" icon-left="send">{{
<o-button type="submit" variant="primary" icon-left="send">{{
t("Send")
}}</o-button>
</div>

View File

@@ -162,7 +162,7 @@
/>
<o-button
:disabled="newComment.text.trim().length === 0"
native-type="submit"
type="submit"
variant="primary"
class="self-end"
>{{ t("Post a reply") }}</o-button