Skip to content

Commit

Permalink
fix(ui): do not disable active field in smart start table
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Apr 15, 2024
1 parent f2b51e2 commit eccd132
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/SmartStart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<v-switch
v-model="item.status"
@change="onChange(item)"
:disabled="!!item.nodeId"
dense
></v-switch>
</template>
Expand Down

0 comments on commit eccd132

Please sign in to comment.