Skip to content

Commit e05bbe6

Browse files
committed
__lv not as array
1 parent e0e2187 commit e05bbe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/connect-react/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export type LabelValueOption<T> = {
3939
}
4040

4141
export type NestedLabelValueOption<T> = {
42-
__lv: LabelValueOption<T> | T[];
42+
__lv: LabelValueOption<T> | T;
4343
}
4444

4545
export type RawPropOption<T> =

0 commit comments

Comments
 (0)