summaryrefslogtreecommitdiff
path: root/frontend/src/reducers/objects.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/reducers/objects.js')
-rw-r--r--frontend/src/reducers/objects.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/src/reducers/objects.js b/frontend/src/reducers/objects.js
index d25eb136..b4db0a6b 100644
--- a/frontend/src/reducers/objects.js
+++ b/frontend/src/reducers/objects.js
@@ -22,7 +22,8 @@ export const objects = combineReducers({
topology: object('topology'),
trace: object('trace'),
scheduler: object('scheduler'),
- experiment: object('experiment'),
+ portfolio: object('portfolio'),
+ scenario: object('scenario'),
})
function object(type, defaultState = {}) {