Skip to content

Commit

Permalink
Refresh after editing an existing instance
Browse files Browse the repository at this point in the history
Fixes #1551
  • Loading branch information
mikeminutillo committed Dec 31, 2018
1 parent f9eac8b commit 289fb74
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -95,6 +95,8 @@ async Task Save(object arg)
}

viewModel.TryClose(true);

eventAggregator.PublishOnUIThread(new RefreshInstances());
}

readonly IWindowManagerEx windowManager;
Expand Down

0 comments on commit 289fb74

Please sign in to comment.