File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/pluggableWidgets/datagrid-dropdown-filter-web/src/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import { EnumFilterContainer } from "@mendix/widget-plugin-dropdown-filter/containers/EnumFilterContainer" ;
22import { withFilterAPI } from "@mendix/widget-plugin-filtering/helpers/withFilterAPI" ;
33import { ReactElement , createElement } from "react" ;
4- import { withAttrGuard } from "src/hocs/withAttrGuard" ;
54import { DatagridDropdownFilterContainerProps } from "../../typings/DatagridDropdownFilterProps" ;
5+ import { withAttrGuard } from "../hocs/withAttrGuard" ;
66import { withLinkedEnumStore } from "../hocs/withLinkedEnumStore" ;
77import { withParentProvidedEnumStore } from "../hocs/withParentProvidedEnumStore" ;
88import { EnumFilterProps } from "./typings" ;
Original file line number Diff line number Diff line change 11import { RefFilterContainer } from "@mendix/widget-plugin-dropdown-filter/containers/RefFilterContainer" ;
22import { createElement , ReactElement } from "react" ;
3- import { withAttrGuard } from "src/hocs/withAttrGuard" ;
43import { DatagridDropdownFilterContainerProps } from "../../typings/DatagridDropdownFilterProps" ;
4+ import { withAttrGuard } from "../hocs/withAttrGuard" ;
55import { withLinkedRefStore } from "../hocs/withLinkedRefStore" ;
66import { RefFilterProps } from "./typings" ;
77
You can’t perform that action at this time.
0 commit comments