feat(Navigation) Improved desktop navigation UI

This commit is contained in:
2022-04-12 11:32:02 -04:00
parent 13e2d5d5eb
commit 16223cd010
17 changed files with 308 additions and 271 deletions
-4
View File
@@ -41,11 +41,7 @@
protected override async Task OnInitializedAsync()
{
#if NO_SQL
await webService.Load();
#else
await WebService.Load(Database);
#endif
}
void IDisposable.Dispose()