diff --git a/src/views/accounts/AccountChangeSecret/AccountChangeSecretCreateUpdate.vue b/src/views/accounts/AccountChangeSecret/AccountChangeSecretCreateUpdate.vue index be94114e2..838eb48ef 100644 --- a/src/views/accounts/AccountChangeSecret/AccountChangeSecretCreateUpdate.vue +++ b/src/views/accounts/AccountChangeSecret/AccountChangeSecretCreateUpdate.vue @@ -43,7 +43,7 @@ export default { [this.$t('Automations'), ['params']], [this.$t('Periodic'), ['is_periodic', 'interval', 'crontab']], [this.$t('Notification'), ['recipients']], - [this.$t('Other'), ['is_active', 'comment']] + [this.$t('Other'), ['check_conn_after_change', 'is_active', 'comment']] ], fieldsMeta: { ...getChangeSecretFields(), diff --git a/src/views/accounts/AccountPush/AccountPushCreateUpdate.vue b/src/views/accounts/AccountPush/AccountPushCreateUpdate.vue index 0f144c782..ccd412d46 100644 --- a/src/views/accounts/AccountPush/AccountPushCreateUpdate.vue +++ b/src/views/accounts/AccountPush/AccountPushCreateUpdate.vue @@ -45,7 +45,7 @@ export default { this.$t('Automations'), ['params'] ], [this.$t('Periodic'), ['is_periodic', 'interval', 'crontab']], - [this.$t('Other'), ['is_active', 'comment']] + [this.$t('Other'), ['check_conn_after_change', 'is_active', 'comment']] ], fieldsMeta: { ...periodicMeta,