Skip to content

Commit bd99144

Browse files
committed
Minor fix
1 parent 7a3f56a commit bd99144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/components/Designer/RightSidebar/DetailView/ButtonGroupWidget.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ interface ButtonConfig {
66
key: string;
77
icon: string;
88
type: 'boolean' | 'select';
9-
value?: String;
9+
value?: string;
1010
}
1111

1212
const ButtonGroupWidget = (props: PropPanelWidgetProps) => {

0 commit comments

Comments
 (0)