web UI
This commit is contained in:
@@ -118,10 +118,10 @@ namespace VisionBuilder.UI.Common
|
||||
|
||||
|
||||
[RelayCommand(CanExecute = nameof(IsNotRunning))]
|
||||
public void SelectRecipe()
|
||||
public async Task SelectRecipe()
|
||||
{
|
||||
var vm = GetRecipeSelectionVm();
|
||||
if (!_recipeSelectionDialogService.SelectRecipe(vm))return;
|
||||
if (!await _recipeSelectionDialogService.SelectRecipeAsync(vm))return;
|
||||
ProcessRecipeSelectionVm(vm);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user