Skip to content

Commit fe86261

Browse files
Update components/rewiser/actions/create-transaction/create-transaction.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 94a1e4c commit fe86261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/rewiser/actions/create-transaction/create-transaction.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default {
4343
plannedDate: {
4444
type: "string",
4545
label: "Planned Date",
46-
description: "The planned date for the transaction, in the format `YYYY-MM-DD` (e.g. `2025-01-01`"),
46+
description: "The planned date for the transaction, in the format `YYYY-MM-DD` (e.g. `2025-01-01`)",
4747
},
4848
isPaid: {
4949
type: "boolean",

0 commit comments

Comments
 (0)