File tree 1 file changed +1
-1
lines changed
graylog2-web-interface/src/components/permissions
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 18
18
import * as React from 'react' ;
19
19
import { useEffect , useState } from 'react' ;
20
20
import type { $PropertyType } from 'utility-types' ;
21
- import type { EntitySharePayload } from 'src/actions/permissions/EntityShareActions' ;
22
21
23
22
import type SharedEntity from 'logic/permissions/SharedEntity' ;
24
23
import { useStore } from 'stores/connect' ;
@@ -27,6 +26,7 @@ import EntityShareDomain from 'domainActions/permissions/EntityShareDomain';
27
26
import type { GRN } from 'logic/permissions/types' ;
28
27
import type { GranteesList as GranteesListType , SelectedGranteeCapabilities } from 'logic/permissions/EntityShareState' ;
29
28
import type Grantee from 'logic/permissions/Grantee' ;
29
+ import type { EntitySharePayload } from 'actions/permissions/EntityShareActions' ;
30
30
import { Spinner } from 'components/common' ;
31
31
32
32
import type { SelectionRequest } from './GranteesSelector' ;
You can’t perform that action at this time.
0 commit comments