fix: cron jobs

This commit is contained in:
Simon Ding
2024-09-04 13:18:14 +08:00
parent 3e5e20e933
commit e4c111ac2a
3 changed files with 9 additions and 8 deletions

View File

@@ -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);
}
}