|
|
@ -8,7 +8,7 @@ import {
|
|
|
|
useGroupPanelInfo,
|
|
|
|
useGroupPanelInfo,
|
|
|
|
useEvent,
|
|
|
|
useEvent,
|
|
|
|
ALL_PERMISSION,
|
|
|
|
ALL_PERMISSION,
|
|
|
|
DevContainer,
|
|
|
|
AlphaContainer,
|
|
|
|
} from 'tailchat-shared';
|
|
|
|
} from 'tailchat-shared';
|
|
|
|
import { ModalWrapper } from '../../Modal';
|
|
|
|
import { ModalWrapper } from '../../Modal';
|
|
|
|
import { WebMetaForm } from 'tailchat-design';
|
|
|
|
import { WebMetaForm } from 'tailchat-design';
|
|
|
@ -65,7 +65,7 @@ export const ModalModifyGroupPanel: React.FC<{
|
|
|
|
onSubmit={handleSubmit}
|
|
|
|
onSubmit={handleSubmit}
|
|
|
|
extraProps={{
|
|
|
|
extraProps={{
|
|
|
|
suffixElement: (
|
|
|
|
suffixElement: (
|
|
|
|
<DevContainer>
|
|
|
|
<AlphaContainer>
|
|
|
|
<CollapseView title={t('高级权限控制')} className="mb-2">
|
|
|
|
<CollapseView title={t('高级权限控制')} className="mb-2">
|
|
|
|
<AdvanceGroupPanelPermission
|
|
|
|
<AdvanceGroupPanelPermission
|
|
|
|
height={320}
|
|
|
|
height={320}
|
|
|
@ -89,7 +89,7 @@ export const ModalModifyGroupPanel: React.FC<{
|
|
|
|
}}
|
|
|
|
}}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</CollapseView>
|
|
|
|
</CollapseView>
|
|
|
|
</DevContainer>
|
|
|
|
</AlphaContainer>
|
|
|
|
),
|
|
|
|
),
|
|
|
|
}}
|
|
|
|
}}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|