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 44b7c00 commit 5d46685Copy full SHA for 5d46685
src/components/FilePicker/FilePicker.tsx
@@ -204,7 +204,7 @@ const FilePicker: FC<FilePickerProps> = ({
204
)}
205
</Box>
206
<Box display={{ _: 'flex', medium: 'none' }} alignItems="top">
207
- {validFileSelected ? <CheckCircleOutlineIcon color={ICON_FILE_FEEDBACK_COLOR} /> : <ShareIcon />}
+ {!alwaysShowActionButton && validFileSelected ? <CheckCircleOutlineIcon color={ICON_FILE_FEEDBACK_COLOR} /> : <ShareIcon />}
208
209
</Outliner>
210
0 commit comments