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 e338990 commit cb1c952Copy full SHA for cb1c952
components/docugenerate/actions/generate-document.mjs
@@ -50,7 +50,7 @@ export default {
50
51
const response = await this.app.generateDocument($, body);
52
53
- $.export("$summary", `Successfully generated document with ID: ${response.id}`);
+ $.export("$summary", `Successfully generated the document ${response.id}`);
54
return response;
55
},
56
};
0 commit comments