Update target selector ok button label to show the number of selected devices

Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2020-06-18 16:32:35 +02:00
parent 129e7e20e8
commit 5a45f8b122

View File

@ -373,7 +373,7 @@ export class TargetSelectorModal extends React.Component<
titleDetails={<Txt fontSize={11}>{getDrives().length} found</Txt>}
cancel={cancel}
done={() => done(selectedList)}
action="Continue"
action={`Select (${selectedList.length})`}
style={{
width: '780px',
height: '420px',