working on edit form
This commit is contained in:
@@ -23,6 +23,7 @@ namespace CityInfo.WEB.Pages
|
||||
if(City == null)
|
||||
{
|
||||
NavigationManager.NavigateTo("/not-found");
|
||||
return;
|
||||
}
|
||||
PointsOfInterest = await PointOfInterestDataService.GetPointsOfInterest(CityId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user