Skip to content

Commit

Permalink
Remove unnecessary code that focuses on the host element
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Mar 16, 2024
1 parent 1318899 commit 4ac3276
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/views/Status.vue
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ export default {
const config = taskResult.output;
this.host = config.host;
this.loading.getConfiguration = false;
this.focusElement("host");
},
async getStatus() {
this.loading.getStatus = true;
Expand Down

0 comments on commit 4ac3276

Please sign in to comment.