multi email input refactoring

This commit is contained in:
Čarodej
2022-02-28 17:06:41 +01:00
parent dee1614297
commit 8ae24a9a6e
8 changed files with 69 additions and 173 deletions
@@ -35,6 +35,7 @@
rules="required"
v-model="emails"
:label="$t('shared_form.label_send_to_recipients')"
:is-error="errors[0]"
/>
</AppInputText>
</ValidationProvider>