mirror of
https://github.com/fmhy/edit.git
synced 2026-01-27 14:21:33 +11:00
temporary feedback fix
This commit is contained in:
parent
ec5693c2f5
commit
919f736e94
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ async function handleSubmit(type?: FeedbackType["type"]) {
|
||||||
<textarea v-model="feedback.message" autofocus class="input" />
|
<textarea v-model="feedback.message" autofocus class="input" />
|
||||||
<p class="desc">Contacts, so we can get back to you. (Optional)</p>
|
<p class="desc">Contacts, so we can get back to you. (Optional)</p>
|
||||||
<textarea v-model="feedback.contact" class="contact-input" />
|
<textarea v-model="feedback.contact" class="contact-input" />
|
||||||
<button type="submit" class="btn btn-primary" :disabled="feedback.message.length > 10" @click="handleSubmit()">
|
<button type="submit" class="btn btn-primary" :disabled="feedback.message.length > 1000" @click="handleSubmit()">
|
||||||
Submit
|
Submit
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue