diff --git a/src/core/components/operation.jsx b/src/core/components/operation.jsx index 554b5fbe..4b6dff93 100644 --- a/src/core/components/operation.jsx +++ b/src/core/components/operation.jsx @@ -1,7 +1,7 @@ import React, { PureComponent } from "react" import PropTypes from "prop-types" import { getList } from "core/utils" -import { getExtensions, sanitizeUrl } from "core/utils" +import { getExtensions, sanitizeUrl, createDeepLinkPath } from "core/utils" import { Iterable, List } from "immutable" import ImPropTypes from "react-immutable-proptypes" @@ -112,7 +112,7 @@ export default class Operation extends PureComponent { let onChangeKey = [ path, method ] // Used to add values to _this_ operation ( indexed by path and method ) return ( -
+