Skip to content

Commit 5c892bd

Browse files
committed
[feature] Remove previous stage button - its rather dangerous
The undo button should be used instead.
1 parent 70358ac commit 5c892bd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/components/control/ControlMatch.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@
1919
:disabled="forbidMatchControls">
2020
Switch sides
2121
</b-button>
22-
<b-button v-b-tooltip.hover title="Change back to the previous stage (if something went wrong)"
23-
v-on:click="previousStage"
24-
:disabled="forbidMatchControls || noPreviousStage">
25-
Previous Stage
26-
</b-button>
2722
<b-button v-b-tooltip.hover title="Proceed to the next stage"
2823
v-on:click="nextStage"
2924
:disabled="forbidMatchControls || noNextStage">

0 commit comments

Comments
 (0)