Skip to content

Commit

Permalink
linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Diewa committed Jan 23, 2025
1 parent 3a96008 commit ddf2f0f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions hermes-console/src/views/topic/topic-form/TopicForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,13 @@
/>

<v-switch
v-if="operation !== 'add' && !topic.fallbackToRemoteDatacenterEnabled"
v-model="form.fallbackToRemoteDatacenterEnabled"
:label="$t('topicForm.fields.fallbackToRemoteDatacenterEnabled')"
inset
color="success"
density="comfortable"
hide-details
v-if="operation !== 'add' && !topic.fallbackToRemoteDatacenterEnabled"
v-model="form.fallbackToRemoteDatacenterEnabled"
:label="$t('topicForm.fields.fallbackToRemoteDatacenterEnabled')"
inset
color="success"
density="comfortable"
hide-details
/>

<console-alert
Expand Down

0 comments on commit ddf2f0f

Please sign in to comment.