Skip to content

Commit

Permalink
update: required
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-ding committed Oct 4, 2024
1 parent 7461918 commit f5ca53f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/lib/settings/downloader.dart
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ class _DownloaderState extends ConsumerState<DownloaderSettings> {
DropdownMenuItem(
value: "qbittorrent", child: Text("qBittorrent")),
],
validator: FormBuilderValidators.required(),
),
FormBuilderTextField(
name: "name",
Expand Down

0 comments on commit f5ca53f

Please sign in to comment.