Skip to content

Commit

Permalink
[Workplace Search] Replace library interface with EUI (#102758) (#102776
Browse files Browse the repository at this point in the history
)

One of the Workplace Search components was using the 'react-beautiful-dnd' typing for it’s component. This PR relpaces it with the EUI equivalent.

Co-authored-by: Scotty Bollinger <scotty.bollinger@elastic.co>
  • Loading branch information
kibanamachine and scottybollinger authored Jun 21, 2021
1 parent 177caad commit 9f1adeb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
* 2.0.
*/

import { DropResult } from 'react-beautiful-dnd';

import { kea, MakeLogicType } from 'kea';
import { cloneDeep, isEqual, differenceBy } from 'lodash';

import { DropResult } from '@elastic/eui';

import {
setSuccessMessage,
clearFlashMessages,
Expand Down

0 comments on commit 9f1adeb

Please sign in to comment.