Skip to content

Commit 97e0d08

Browse files
dploegerDennis Ploeger
authored andcommitted
fix: Small client fix resulting in wrong error messages
1 parent df9650a commit 97e0d08

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ccc-client/src/components/Progress.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ export default defineComponent({
129129
this.stepTitle = backendStep.data.title;
130130
this.stepDescription = backendStep.data.description;
131131
this.currentStep = backendStep.data.currentStep;
132-
let $stepRef = [this.$refs[`${this.currentStep}-step`] as Ref<Element>];
133-
$stepRef[ 0 ].value.scrollIntoView();
134132
this.consoleOutput = this.reformatOutput(backendStep.data.output);
135133
const consoleCard = document.getElementById('console');
136134
if (consoleCard) {

0 commit comments

Comments
 (0)