Browse Source

Disable test button when text is empty

pull/1206/head
Hironsan 3 years ago
parent
commit
3afa6eac63
1 changed files with 1 additions and 0 deletions
  1. 1
      frontend/components/containers/settings/ConfigCreationForm.vue

1
frontend/components/containers/settings/ConfigCreationForm.vue

@ -114,6 +114,7 @@
</v-btn>
<v-btn
v-show="step.isLast() && !passTesting"
:disabled="sampleText === ''"
color="primary"
class="text-capitalize"
@click="testConfig"

Loading…
Cancel
Save