diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-08-10 12:40:36 +0300 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:05:28 +0200 |
| commit | 737ce62470a13ae153788207719396e107252955 (patch) | |
| tree | cf95bb155fd33bad3c2234d123929e41da738d82 /src/reducers | |
| parent | 0bc393e41c5b238c1d95a49ede3dec45b4ed527e (diff) | |
Suppress duplicate modal close actions
Diffstat (limited to 'src/reducers')
| -rw-r--r-- | src/reducers/projects.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reducers/projects.js b/src/reducers/projects.js index ff5c37cd..b6450fd7 100644 --- a/src/reducers/projects.js +++ b/src/reducers/projects.js @@ -13,7 +13,7 @@ export const authorizations = (state = [], action) => { ...state, { userId: -1, - simulation: {name: action.name, datetimeLastEdited: "2017-08-06T12:43:00"}, + simulation: {name: action.name, datetimeLastEdited: "2017-08-06T12:43:00", id: state.length}, authorizationLevel: "OWN" } ]; |
