We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70358ac commit 5c892bdCopy full SHA for 5c892bd
src/components/control/ControlMatch.vue
@@ -19,11 +19,6 @@
19
:disabled="forbidMatchControls">
20
Switch sides
21
</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>
27
<b-button v-b-tooltip.hover title="Proceed to the next stage"
28
v-on:click="nextStage"
29
:disabled="forbidMatchControls || noNextStage">
0 commit comments