Skip to content

Commit

Permalink
fix: Allow version updates in a disconnected state
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Bassett <[email protected]>
  • Loading branch information
cadriel committed Mar 30, 2021
1 parent ae1dcd6 commit f5bfce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Configure.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</v-card-text>
</collapsable-card>
</v-col>
<v-col cols="12" sm="7" v-if="supportsVersions && klippyReady">
<v-col cols="12" sm="7" v-if="supportsVersions">
<system-versions
></system-versions>
</v-col>
Expand Down

0 comments on commit f5bfce0

Please sign in to comment.