We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a93e15 commit ff2220aCopy full SHA for ff2220a
1 file changed
web/src/components/projects/DatasetUpload.vue
@@ -75,7 +75,7 @@ const valid = computed(() => {
75
return (
76
l.name &&
77
l.files.length &&
78
- fileUploadRules.every((rule) => rule(l.files) === undefined) &&
+ fileUploadRules.every((rule) => typeof rule(l.files) !== "string") &&
79
(l.frame_method === "single" || l.frame_property)
80
);
81
})
0 commit comments