added toast to indicate updating of product inventory

This commit is contained in:
Frede Hundewadt 2022-10-21 09:01:57 +02:00
parent 85c9dbaa01
commit a9cb522919
2 changed files with 2 additions and 1 deletions

View file

@ -37,6 +37,7 @@ public partial class CrmCompanyInventoryPage : IDisposable
protected override async Task OnInitializedAsync()
{
Toaster.ShowInfo("Varekøb opdateres ....", "Vent venligst");
Interceptor.RegisterEvent();
Interceptor.RegisterBeforeSendEvent();
Company = await CompanyRepo.GetCompanyById(CompanyId);

View file

@ -1,7 +1,7 @@
{
"appInfo": {
"name": "Wonky Client",
"version": "0.29.3",
"version": "0.29.4",
"rc": false,
"sandBox": false,
"image": "grumpy-coder.png"