mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-31 11:28:51 +00:00
style: 知识库二期 (#2554)
This commit is contained in:
@@ -32,7 +32,6 @@ const DefaultPermissionList = ({
|
||||
onChange,
|
||||
isInheritPermission = false,
|
||||
hasParent,
|
||||
isDisabled = false,
|
||||
...styles
|
||||
}: Props) => {
|
||||
const { ConfirmModal, openConfirm } = useConfirm({});
|
||||
@@ -65,7 +64,6 @@ const DefaultPermissionList = ({
|
||||
return onRequestChange(per);
|
||||
}
|
||||
}}
|
||||
isDisabled={isDisabled}
|
||||
fontSize={styles?.fontSize}
|
||||
/>
|
||||
</Box>
|
||||
|
Reference in New Issue
Block a user