21-12-2022

This commit is contained in:
Jonathan Jenne
2022-12-21 16:09:49 +01:00
parent 6bca1f53f4
commit e3f271ac33
13 changed files with 139 additions and 80 deletions

View File

@@ -149,7 +149,7 @@ else
protected string GetBackUrl()
{
return $"/profiles/import/{ProfileId}/steps/{StepId}";
return StepId < 0 ? $"/profiles/import/{ProfileId}/steps" : $"/profiles/import/{ProfileId}/steps/{StepId}";
}
protected override async Task OnInitializedAsync()