summaryrefslogtreecommitdiff
path: root/src/views/Settings/SnmpAlerts/ModalAddDestination.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/Settings/SnmpAlerts/ModalAddDestination.vue')
-rw-r--r--src/views/Settings/SnmpAlerts/ModalAddDestination.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/Settings/SnmpAlerts/ModalAddDestination.vue b/src/views/Settings/SnmpAlerts/ModalAddDestination.vue
index 91ef34f0..e08224d7 100644
--- a/src/views/Settings/SnmpAlerts/ModalAddDestination.vue
+++ b/src/views/Settings/SnmpAlerts/ModalAddDestination.vue
@@ -22,10 +22,10 @@
/>
<b-form-invalid-feedback role="alert">
- <template v-if="!v$.form.ipAddress.required">
+ <template v-if="v$.form.ipAddress.required.$invalid">
{{ $t('global.form.fieldRequired') }}
</template>
- <template v-if="!v$.form.ipAddress.ipAddress">
+ <template v-if="v$.form.ipAddress.ipAddress.$invalid">
{{ $t('global.form.invalidFormat') }}
</template>
</b-form-invalid-feedback>