Skip to content

Commit b53af12

Browse files
authored
fix(pickerOptions/workflows): Fix workflowIds name in options (#160)
1 parent c196057 commit b53af12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/picker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ export interface PickerStoreOptions {
249249
/**
250250
* Workflows ids to run after upload
251251
*/
252-
workflowsIds?: string[];
252+
workflowIds?: string[];
253253
}
254254

255255
export interface PickerCustomText {

0 commit comments

Comments
 (0)