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 d15423d commit c1285ceCopy full SHA for c1285ce
frontend/src/components/team/TimeoutRequestInput.vue
@@ -17,7 +17,7 @@ const model = computed(() => {
17
})
18
19
const disable = computed(() => {
20
- return store.matchState.teamState![props.team].timeoutsLeft! <= 0
+ return !model.value && store.matchState.teamState![props.team].timeoutsLeft! <= 0
21
22
23
const onChange = (newValue: boolean) => {
0 commit comments