@@ -30,18 +30,11 @@ import {
30
30
ExpertFilterEditionDialog ,
31
31
CriteriaBasedFilterEditionDialog ,
32
32
DescriptionModificationDialog ,
33
+ fetchElementsInfos ,
33
34
} from '@gridsuite/commons-ui' ;
34
35
import { Box , Checkbox } from '@mui/material' ;
35
36
36
- import {
37
- elementExists ,
38
- fetchAppsAndUrls ,
39
- fetchElementsInfos ,
40
- getFilterById ,
41
- fetchDirectoryContent ,
42
- fetchRootFolders ,
43
- updateElement ,
44
- } from '../utils/rest-api' ;
37
+ import { elementExists , getFilterById , updateElement } from '../utils/rest-api' ;
45
38
46
39
import ContentContextualMenu from './menus/content-contextual-menu' ;
47
40
import ContentToolbar from './toolbars/content-toolbar' ;
@@ -1059,7 +1052,6 @@ const DirectoryContent = () => {
1059
1052
titleId = { 'editFilter' }
1060
1053
name = { name }
1061
1054
broadcastChannel = { broadcastChannel }
1062
- fetchAppsAndUrls = { fetchAppsAndUrls }
1063
1055
getFilterById = { getFilterById }
1064
1056
activeDirectory = { activeDirectory }
1065
1057
elementExists = { elementExists }
@@ -1075,7 +1067,6 @@ const DirectoryContent = () => {
1075
1067
titleId = { 'editFilter' }
1076
1068
name = { name }
1077
1069
broadcastChannel = { broadcastChannel }
1078
- fetchAppsAndUrls = { fetchAppsAndUrls }
1079
1070
getFilterById = { getFilterById }
1080
1071
selectionForCopy = { selectionForCopy }
1081
1072
activeDirectory = { activeDirectory }
@@ -1092,15 +1083,11 @@ const DirectoryContent = () => {
1092
1083
titleId = { 'editFilter' }
1093
1084
name = { name }
1094
1085
broadcastChannel = { broadcastChannel }
1095
- fetchAppsAndUrls = { fetchAppsAndUrls }
1096
1086
selectionForCopy = { selectionForCopy }
1097
1087
getFilterById = { getFilterById }
1098
1088
activeDirectory = { activeDirectory }
1099
1089
elementExists = { elementExists }
1100
1090
language = { languageLocal }
1101
- fetchDirectoryContent = { fetchDirectoryContent }
1102
- fetchRootFolders = { fetchRootFolders }
1103
- fetchElementsInfos = { fetchElementsInfos }
1104
1091
/>
1105
1092
) ;
1106
1093
default :
0 commit comments