Skip to content

Commit f64d548

Browse files
committed
Update the "Get Document" action.
1 parent 7dd2c3a commit f64d548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/docugenerate/actions/get-document.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ export default {
44
key: "docugenerate-get-document",
55
name: "Get Document",
66
description: "Retrieves a specific document",
7-
version: "0.0.1",
7+
version: "0.0.3",
88
type: "action",
99
props: {
1010
app,
1111
documentId: {
1212
type: "string",
1313
label: "Document",
14-
description: "ID of the document",
14+
description: "The ID of the document",
1515
},
1616
},
1717
async run({ $ }) {

0 commit comments

Comments
 (0)