aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/RecipesStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/RecipesStore.js')
-rw-r--r--src/stores/RecipesStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/RecipesStore.js b/src/stores/RecipesStore.js
index cf5d0a074..965aa3a0a 100644
--- a/src/stores/RecipesStore.js
+++ b/src/stores/RecipesStore.js
@@ -66,7 +66,7 @@ export default class RecipesStore extends Store {
66 } 66 }
67 67
68 // Actions 68 // Actions
69 @action async _install({ recipeId }) { 69 async _install({ recipeId }) {
70 const recipe = await this.installRecipeRequest.execute(recipeId)._promise; 70 const recipe = await this.installRecipeRequest.execute(recipeId)._promise;
71 await this.allRecipesRequest.invalidate({ immediately: true })._promise; 71 await this.allRecipesRequest.invalidate({ immediately: true })._promise;
72 72