fix(announcements): load group announcements

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2023-11-20 12:15:19 +01:00
parent b635937091
commit 7ef85fe19b
9 changed files with 124 additions and 29 deletions

View File

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