Use select component from md3

This commit is contained in:
2023-07-16 08:07:49 +08:00
parent 0b9be710d8
commit 0f4118bdbb
3 changed files with 10 additions and 41 deletions

View File

@@ -378,7 +378,6 @@ export default class NewTask extends Component<NewTaskProps, State> {
<div class="type">
{t("task.type")}
<BSelect
outlined={true}
list={[{
value: TaskType.Download,
text: t("task.download"),