Skip to content
1 change: 0 additions & 1 deletion code/renderers/svelte/src/extractArgTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ const parseTypeToControl = (type: JSDocType | undefined): any => {
return {
control: {
type: 'radio',
labels: options.map(String),
},
options,
};
Expand Down