16-12-2022
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
@inject NavigationManager Navigation;
|
||||
@inject IJSRuntime JsRuntime;
|
||||
@inject JobService Jobs;
|
||||
@inject ImportService Import;
|
||||
@inject HelperService Jobs;
|
||||
@inject ImportProfileService Import;
|
||||
|
||||
<PageTitle>Profilschritt</PageTitle>
|
||||
|
||||
@@ -143,8 +143,6 @@ else
|
||||
private ImportProfile? profile;
|
||||
private ImportProfileStep? step;
|
||||
|
||||
private DateTime nextExecution;
|
||||
|
||||
protected async override void OnInitialized()
|
||||
{
|
||||
profile = await Import.GetProfile(ProfileId);
|
||||
|
||||
Reference in New Issue
Block a user