Browse Source

[PS-416] Fixed a bug where the item details page was not updating after saving.

feature/totp-tab
André Bispo 3 years ago
parent
commit
bcc260183e
  1. 1
      src/App/Pages/Vault/ViewPageViewModel.cs

1
src/App/Pages/Vault/ViewPageViewModel.cs

@ -108,6 +108,7 @@ namespace Bit.App.Pages @@ -108,6 +108,7 @@ namespace Bit.App.Pages
nameof(ShowIdentityAddress),
nameof(IsDeleted),
nameof(CanEdit),
nameof(ShowUpgradePremiumTotpText)
});
}
public List<ViewPageFieldViewModel> Fields

Loading…
Cancel
Save