mirror of
https://github.com/simon-ding/polaris.git
synced 2026-04-22 03:37:30 +08:00
fix: cron jobs
This commit is contained in:
@@ -118,6 +118,6 @@ class _ImportlistState extends ConsumerState<Importlist> {
|
||||
}
|
||||
|
||||
return showSettingDialog(
|
||||
context, "导入列表", list.id != null, body, onSubmit, onDelete);
|
||||
context, "监控列表", list.id != null, body, onSubmit, onDelete);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user