File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- import { Form , Modal , Select } from 'antd' ;
19
+ import { Form , Modal , Select , TreeSelect } from 'antd' ;
20
20
import { FormItemEx } from 'app/components' ;
21
21
import useI18NPrefix from 'app/hooks/useI18NPrefix' ;
22
22
import { useMemberSlice } from 'app/pages/MainPage/pages/MemberPage/slice' ;
@@ -45,7 +45,9 @@ const GenEisMenuModal: FC<{
45
45
roles,
46
46
users,
47
47
rowPermissionBy,
48
- } ) => { } ,
48
+ } ) => {
49
+ console . log ( 'expiryDate' , expiryDate ) ;
50
+ } ,
49
51
[ onOk , shareData ] ,
50
52
) ;
51
53
@@ -83,6 +85,14 @@ const GenEisMenuModal: FC<{
83
85
} ) }
84
86
</ StyledSelection >
85
87
</ FormItemEx >
88
+ < FormItemEx label = { t ( 'share.selectRole' ) } >
89
+ < TreeSelect
90
+ placeholder = { t ( 'share.selectRole' ) }
91
+ treeData = { [ ] }
92
+ allowClear
93
+ onChange = { ( ) => { } }
94
+ />
95
+ </ FormItemEx >
86
96
</ Form >
87
97
</ StyledGenEisMenuModal >
88
98
) ;
You can’t perform that action at this time.
0 commit comments