feat: disable issue document when no template is selected
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 9s

This commit is contained in:
Methapon2001 2025-03-27 12:42:58 +07:00
parent 9312701096
commit a24303377f

View file

@ -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') }}