File tree Expand file tree Collapse file tree 1 file changed +10
-21
lines changed Expand file tree Collapse file tree 1 file changed +10
-21
lines changed Original file line number Diff line number Diff line change 1
1
import { RelationsByTag } from '../../../components/blocs/relations' ;
2
2
import MandateForm from '../../../components/forms/mandate' ;
3
- import { GOUVERNANCE , STRUCTURE_REFERENT_MESR } from '../../../utils/relations-tags' ;
3
+ import { GOUVERNANCE } from '../../../utils/relations-tags' ;
4
4
5
5
export default function PersonMandats ( ) {
6
6
return (
7
- < >
8
- < RelationsByTag
9
- blocName = "Mandats"
10
- tag = { GOUVERNANCE }
11
- resourceType = "structures"
12
- relatedObjectTypes = { [ 'persons' ] }
13
- Form = { MandateForm }
14
- inverse
15
- sort = "relationType.priority"
16
- />
17
- < RelationsByTag
18
- tag = { STRUCTURE_REFERENT_MESR }
19
- blocName = "Référent MESR"
20
- resourceType = "structures"
21
- relatedObjectTypes = { [ 'persons' ] }
22
- Form = { MandateForm }
23
- inverse
24
- noRelationType
25
- />
26
- </ >
7
+ < RelationsByTag
8
+ blocName = "Mandats"
9
+ tag = { GOUVERNANCE }
10
+ resourceType = "structures"
11
+ relatedObjectTypes = { [ 'persons' ] }
12
+ Form = { MandateForm }
13
+ inverse
14
+ sort = "relationType.priority"
15
+ />
27
16
) ;
28
17
}
You can’t perform that action at this time.
0 commit comments