refactor: minor ui improvements to import steps
This commit is contained in:
committed by
Andrew Bastin
parent
d5866fbb3b
commit
fac82200d1
@@ -11,7 +11,7 @@ export default defineImporter({
|
||||
step({
|
||||
stepName: "FILE_OR_URL_IMPORT",
|
||||
metadata: {
|
||||
acceptedFileTypes: ["application/json"],
|
||||
acceptedFileTypes: "application/json",
|
||||
},
|
||||
}),
|
||||
] as const,
|
||||
|
||||
@@ -6,7 +6,7 @@ export type StepDefinition = {
|
||||
FILE_OR_URL_IMPORT: {
|
||||
returnType: string
|
||||
metadata: {
|
||||
acceptedFileTypes: string[]
|
||||
acceptedFileTypes: string
|
||||
}
|
||||
} // String content of the file/url
|
||||
TARGET_MY_COLLECTION: {
|
||||
|
||||
Reference in New Issue
Block a user