Skip to content
Snippets Groups Projects

Resolve "Create Workflow Modal"

Merged Daniel Göbel requested to merge feature/44-create-workflow-modal into development
6 files
+ 345
18
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -94,7 +94,7 @@ async function uploadObject() {
@@ -94,7 +94,7 @@ async function uploadObject() {
bucket: props.bucketName,
bucket: props.bucketName,
size: formState.file?.size ?? 0,
size: formState.file?.size ?? 0,
last_modified: dayjs().toISOString(),
last_modified: dayjs().toISOString(),
content_type: formState.file?.type ?? "text/plain",
content_type: formState.file?.type ?? "binary/octet-stream",
});
});
formState.key = "";
formState.key = "";
(
(
Loading