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