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