diff options
Diffstat (limited to 'frontend/src/reducers/objects.js')
| -rw-r--r-- | frontend/src/reducers/objects.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/reducers/objects.js b/frontend/src/reducers/objects.js index b4db0a6b..1f721b2e 100644 --- a/frontend/src/reducers/objects.js +++ b/frontend/src/reducers/objects.js @@ -24,6 +24,7 @@ export const objects = combineReducers({ scheduler: object('scheduler'), portfolio: object('portfolio'), scenario: object('scenario'), + prefab: object('prefab'), }) function object(type, defaultState = {}) { |
