Skip to content

Commit

Permalink
Replace dot-prop get with lodash to properly change for active plug…
Browse files Browse the repository at this point in the history
…ins.
  • Loading branch information
Pavel910 committed Oct 30, 2018
1 parent 0b16f46 commit a9f57d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { get } from "dot-prop-immutable";
import { get } from "lodash";
import AddBlock from "./AddBlock";
import AddContent from "./AddContent";
import SearchBlocks from "./SearchBlocks";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//@flow
import React from "react";
import { get } from "dot-prop-immutable";
import { get } from "lodash";
import { IconButton, ButtonPrimary } from "webiny-ui/Button";
import PageSettings from "./PageSettings";
import PageSettingsButton from "./PageSettingsButton";
Expand Down

0 comments on commit a9f57d4

Please sign in to comment.