update frontend lib : leaflet + oruga - #1815
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
</o-notification>
|
||||
<o-button
|
||||
class="mt-3"
|
||||
nativeType="submit"
|
||||
type="submit"
|
||||
:disabled="selectedRoles.length == 0"
|
||||
>{{ t("Send") }}</o-button
|
||||
>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user