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 1
1
import { EnumFilterContainer } from "@mendix/widget-plugin-dropdown-filter/containers/EnumFilterContainer" ;
2
2
import { withFilterAPI } from "@mendix/widget-plugin-filtering/helpers/withFilterAPI" ;
3
3
import { ReactElement , createElement } from "react" ;
4
- import { withAttrGuard } from "src/hocs/withAttrGuard" ;
5
4
import { DatagridDropdownFilterContainerProps } from "../../typings/DatagridDropdownFilterProps" ;
5
+ import { withAttrGuard } from "../hocs/withAttrGuard" ;
6
6
import { withLinkedEnumStore } from "../hocs/withLinkedEnumStore" ;
7
7
import { withParentProvidedEnumStore } from "../hocs/withParentProvidedEnumStore" ;
8
8
import { EnumFilterProps } from "./typings" ;
Original file line number Diff line number Diff line change 1
1
import { RefFilterContainer } from "@mendix/widget-plugin-dropdown-filter/containers/RefFilterContainer" ;
2
2
import { createElement , ReactElement } from "react" ;
3
- import { withAttrGuard } from "src/hocs/withAttrGuard" ;
4
3
import { DatagridDropdownFilterContainerProps } from "../../typings/DatagridDropdownFilterProps" ;
4
+ import { withAttrGuard } from "../hocs/withAttrGuard" ;
5
5
import { withLinkedRefStore } from "../hocs/withLinkedRefStore" ;
6
6
import { RefFilterProps } from "./typings" ;
7
7
You can’t perform that action at this time.
0 commit comments