feat: disable issue document when no template is selected
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 9s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 9s
This commit is contained in:
parent
9312701096
commit
a24303377f
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ async function formDownload() {
|
||||||
color="207 96% 32%"
|
color="207 96% 32%"
|
||||||
class="full-width"
|
class="full-width"
|
||||||
style="grid-column: span 1"
|
style="grid-column: span 1"
|
||||||
|
:disabled="!templateForm"
|
||||||
@click="formDownload"
|
@click="formDownload"
|
||||||
>
|
>
|
||||||
{{ $t('general.designForm') }}
|
{{ $t('general.designForm') }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue