We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c81e5 commit cbc289cCopy full SHA for cbc289c
src/components/mailing/IFXMailingCompose.vue
@@ -304,6 +304,7 @@ export default {
304
v-model="fromAddr"
305
:rules="formRules.generic"
306
:error-messages="fieldErrors.fromAddr"
307
+ required
308
class="required"
309
></v-text-field>
310
<IFXContactablesCombobox
@@ -345,7 +346,7 @@ export default {
345
346
</span>
347
</v-form>
348
<div class="mt-3">
- <IFXPageActionBar :disabled="false" btnType="submit" btnText="Send" @action="sendMailing"></IFXPageActionBar>
349
+ <IFXPageActionBar :disabled="!isValid" btnType="submit" btnText="Send" @action="sendMailing"></IFXPageActionBar>
350
</div>
351
</v-container>
352
0 commit comments