remove warning message related to no jobs being registered

This commit is contained in:
sbwalker
2025-02-18 11:50:36 -05:00
parent a8cbc0040e
commit 101ededd89
2 changed files with 0 additions and 7 deletions

View File

@ -55,10 +55,6 @@ else
protected override async Task OnInitializedAsync()
{
await GetJobs();
if (_jobs.Count == 0)
{
AddModuleMessage(string.Format(Localizer["Message.NoJobs"], NavigateUrl("admin/system")), MessageType.Warning);
}
}
private async Task GetJobs()