21-12-2022
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user