Skip to content

Commit dfeeeee

Browse files
authored
Merge pull request #322 from hansi90/file_upload
File upload
2 parents f29748a + c0ea9f7 commit dfeeeee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/fields/core/fieldInput.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ export default {
108108
},
109109
110110
created () {
111-
console.warn("The 'file' type in input field is deprecated. Use 'file' field instead.");
111+
if(this.schema.inputType == "file")
112+
console.warn("The 'file' type in input field is deprecated. Use 'file' field instead.");
112113
}
113114
};
114115

0 commit comments

Comments
 (0)