Skip to content

Commit

Permalink
fix: Small client fix resulting in wrong error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Nov 15, 2023
1 parent df9650a commit 97e0d08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ccc-client/src/components/Progress.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ export default defineComponent({
this.stepTitle = backendStep.data.title;
this.stepDescription = backendStep.data.description;
this.currentStep = backendStep.data.currentStep;
let $stepRef = [this.$refs[`${this.currentStep}-step`] as Ref<Element>];
$stepRef[ 0 ].value.scrollIntoView();
this.consoleOutput = this.reformatOutput(backendStep.data.output);
const consoleCard = document.getElementById('console');
if (consoleCard) {
Expand Down

0 comments on commit 97e0d08

Please sign in to comment.