mirror of
https://github.com/simon-ding/polaris.git
synced 2026-02-06 23:21:00 +08:00
chore: fix typo
This commit is contained in:
@@ -72,7 +72,7 @@ class _SystemSettingsPageState extends ConsumerState<SystemSettingsPage> {
|
||||
value: "debug", child: Text("DEBUG")),
|
||||
DropdownMenuItem(value: "info", child: Text("INFO")),
|
||||
DropdownMenuItem(
|
||||
value: "warn", child: Text("WARNNING")),
|
||||
value: "warn", child: Text("WARNING")),
|
||||
DropdownMenuItem(
|
||||
value: "error", child: Text("ERROR")),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user