diff --git a/src/core/components/layout-utils.jsx b/src/core/components/layout-utils.jsx index c23f5186277..2066f7aae5e 100644 --- a/src/core/components/layout-utils.jsx +++ b/src/core/components/layout-utils.jsx @@ -1,5 +1,6 @@ import React from "react" import PropTypes from "prop-types" +import DebounceInput from "react-debounce-input" function xclass(...args) { return args.filter(a => !!a).join(" ").trim() @@ -124,9 +125,10 @@ export class Button extends React.Component { } - export const TextArea = (props) =>