Skip to content

Commit e7e84dd

Browse files
committed
fix column prop
1 parent 7bb53a0 commit e7e84dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/microsoft_excel/actions/find-row/find-row.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default {
3333
],
3434
},
3535
column: {
36-
type: "string[]",
36+
type: "string",
3737
label: "Column",
3838
description: "The column to search. E.g. `A`",
3939
},

0 commit comments

Comments
 (0)