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 2865869 commit 78b98b9Copy full SHA for 78b98b9
components/dust/actions/upsert-document/upsert-document.mjs
@@ -43,7 +43,7 @@ export default {
43
},
44
});
45
46
- $.export("$summary", `Successfully uploaded document to destination ${this.destination}`);
+ $.export("$summary", "Successfully uploaded document");
47
return response;
48
49
};
0 commit comments