We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce565f commit 7a2653dCopy full SHA for 7a2653d
1 file changed
app/utils/file_import_workflow.js
@@ -27,11 +27,6 @@ async function importWorkflow(files) {
27
return results
28
}
29
30
-function buildImportItemFromPayloadApi(value) {
31
- console.log("buildImportItemFromPayloadApi", { value })
32
- return value
33
-}
34
-
35
async function importItem(item) {
36
const dataStore = useDataStore()
37
const dataStyleStore = useDataStyleStore()
0 commit comments