Skip to content

Commit f1b6fad

Browse files
committed
updates
1 parent 655b46d commit f1b6fad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/expensify/actions/export-report/export-report.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ export default defineAction({
5353
],
5454
},
5555
markedAsExported: {
56-
type: "boolean",
57-
label: "Marked as Exported",
58-
description: "Filters out reports that have already been exported with that label out",
56+
type: "string",
57+
label: "Marked as Exported Label (Filter)",
58+
description: "Filters out reports that have already been exported with that label",
5959
optional: true,
6060
},
6161
reportStates: {

0 commit comments

Comments
 (0)