diff options
Diffstat (limited to 'opendc-web/opendc-web-ui/src/redux/actions/topology/room.js')
| -rw-r--r-- | opendc-web/opendc-web-ui/src/redux/actions/topology/room.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc-web/opendc-web-ui/src/redux/actions/topology/room.js b/opendc-web/opendc-web-ui/src/redux/actions/topology/room.js index fd2d8cdc..350c1d92 100644 --- a/opendc-web/opendc-web-ui/src/redux/actions/topology/room.js +++ b/opendc-web/opendc-web-ui/src/redux/actions/topology/room.js @@ -1,4 +1,4 @@ -import { uuid } from 'uuidv4' +import { v4 as uuid } from 'uuid' import { DEFAULT_RACK_SLOT_CAPACITY, DEFAULT_RACK_POWER_CAPACITY, |
