Skip to content

Commit f2979f0

Browse files
committed
test(dropdown-web): update snapshot
1 parent 3b85532 commit f2979f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/pluggableWidgets/dropdown-web/src/components/Dropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import classNames from "classnames";
22
import Downshift from "downshift";
33
import { createElement, ReactElement, useRef } from "react";
4-
import { useActionEvents } from "src/hooks/useActionEvents";
4+
import { useActionEvents } from "../hooks/useActionEvents";
55
import { DropdownContainerProps } from "../../typings/DropdownProps";
66
import { ClearButton, DownArrow } from "../assets/icons";
77
import { useDownshiftProps } from "../hooks/useDownshiftProps";

packages/pluggableWidgets/dropdown-web/src/hooks/useActionEvents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { executeAction } from "@mendix/pluggable-widgets-commons";
22
import { useMemo } from "react";
3-
import { DropdownContainerProps } from "typings/DropdownProps";
3+
import { DropdownContainerProps } from "../../typings/DropdownProps";
44

55
export function useActionEvents(props: DropdownContainerProps) {
66
return useMemo(() => {

0 commit comments

Comments
 (0)