We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b5e5e commit df0ea49Copy full SHA for df0ea49
src/components/switch/FileCardMosaicSwitch.jsx
@@ -36,7 +36,7 @@ export default function FileCardMosaicSwitch({
36
<FormControlLabel
37
value="FileCard"
38
control={<Radio />}
39
- label={withInput ? "<FileCard/> & <FileCard/>" : "<FileCard/>"}
+ label={withInput ? "<FileCard/> & <FileInputButton/>" : "<FileCard/>"}
40
/>
41
</RadioGroup>
42
</FormControl>
0 commit comments