fixes startup
This commit is contained in:
parent
ec5f3b9867
commit
3cbce0c8bc
2 changed files with 4 additions and 4 deletions
|
|
@ -67,8 +67,8 @@ namespace ZicMoove.Pages
|
|||
if (editEstimateViewModel == null)
|
||||
{
|
||||
// First search for an existing estimate
|
||||
editEstimateViewModel = DataManager.Instance.EstimationCache.FirstOrDefault(
|
||||
estimate=> estimate.Query.Id == bookQueryViewModel.Id
|
||||
editEstimateViewModel = DataManager.Instance.EstimationCache.LocalGet(
|
||||
bookQueryViewModel.Id
|
||||
);
|
||||
if (editEstimateViewModel == null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue