feat: conditionally render file input based on user type
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 10s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 10s
This commit is contained in:
parent
4e86a90b0e
commit
e189b9a880
1 changed files with 1 additions and 0 deletions
|
|
@ -261,6 +261,7 @@ function deleteFile(name: string) {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<q-file
|
<q-file
|
||||||
|
v-if="userType"
|
||||||
ref="attachmentRef"
|
ref="attachmentRef"
|
||||||
for="input-attachment"
|
for="input-attachment"
|
||||||
:dense="dense"
|
:dense="dense"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue