mirror of
https://github.com/simon-ding/polaris.git
synced 2026-04-21 11:17:30 +08:00
update: required
This commit is contained in:
@@ -74,6 +74,7 @@ class _DownloaderState extends ConsumerState<DownloaderSettings> {
|
|||||||
DropdownMenuItem(
|
DropdownMenuItem(
|
||||||
value: "qbittorrent", child: Text("qBittorrent")),
|
value: "qbittorrent", child: Text("qBittorrent")),
|
||||||
],
|
],
|
||||||
|
validator: FormBuilderValidators.required(),
|
||||||
),
|
),
|
||||||
FormBuilderTextField(
|
FormBuilderTextField(
|
||||||
name: "name",
|
name: "name",
|
||||||
|
|||||||
Reference in New Issue
Block a user