File tree 2 files changed +2
-2
lines changed
packages/pluggableWidgets/dropdown-web/src
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import classNames from "classnames" ;
2
2
import Downshift from "downshift" ;
3
3
import { createElement , ReactElement , useRef } from "react" ;
4
- import { useActionEvents } from "src /hooks/useActionEvents" ;
4
+ import { useActionEvents } from ".. /hooks/useActionEvents" ;
5
5
import { DropdownContainerProps } from "../../typings/DropdownProps" ;
6
6
import { ClearButton , DownArrow } from "../assets/icons" ;
7
7
import { useDownshiftProps } from "../hooks/useDownshiftProps" ;
Original file line number Diff line number Diff line change 1
1
import { executeAction } from "@mendix/pluggable-widgets-commons" ;
2
2
import { useMemo } from "react" ;
3
- import { DropdownContainerProps } from "typings/DropdownProps" ;
3
+ import { DropdownContainerProps } from "../../ typings/DropdownProps" ;
4
4
5
5
export function useActionEvents ( props : DropdownContainerProps ) {
6
6
return useMemo ( ( ) => {
You can’t perform that action at this time.
0 commit comments