diff --git a/Services/client/src/components/FileForm.vue b/Services/client/src/components/FileForm.vue index a118870..9ac5b51 100644 --- a/Services/client/src/components/FileForm.vue +++ b/Services/client/src/components/FileForm.vue @@ -180,6 +180,7 @@ const file = ref() dense outlined v-model="file" + :disable="disableFields?.includes('file')" @update:model-value="(v) => $emit('filechange', v.name)" :label=" mode === 'edit' && fileNameLabel && !file?.name