[backend/razor] Use ReloadPage() base class method instead of Navigation.Refresh in MetadataPage
This commit is contained in:
parent
95da1dd59d
commit
c72aa17056
1 changed files with 1 additions and 1 deletions
|
@ -65,6 +65,6 @@
|
|||
await Meta.Set(MetaEntity.InstanceDescription, Model.Description);
|
||||
await Meta.Set(MetaEntity.AdminContactEmail, Model.AdminContact);
|
||||
|
||||
Navigation.Refresh(true);
|
||||
ReloadPage();
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue