TorrentFiles: do not pre-select a toggle in file priority setting

That's visually misleading.
This commit is contained in:
Jesse Chan
2020-10-04 00:09:07 +08:00
parent 0a1f20700a
commit 8092656d64
@@ -349,7 +349,7 @@ class TorrentFiles extends React.Component<TorrentFilesProps, TorrentFilesStates
}}
/>
</Button>
<Select id="file-priority" persistentPlaceholder shrink={false}>
<Select id="file-priority" persistentPlaceholder shrink={false} defaultID="">
<SelectItem placeholder>
<FormattedMessage id="torrents.details.selected.files.set.priority" />
</SelectItem>