fix(announcements): load group announcements
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user