feat: conditionally render file input based on user type
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 10s

This commit is contained in:
puriphatt 2025-04-17 14:15:04 +07:00
parent 4e86a90b0e
commit e189b9a880

View file

@ -261,6 +261,7 @@ function deleteFile(name: string) {
</div>
<q-file
v-if="userType"
ref="attachmentRef"
for="input-attachment"
:dense="dense"