style: 知识库二期 (#2554)

This commit is contained in:
papapatrick
2024-08-28 12:17:45 +08:00
committed by GitHub
parent 52cbfeace3
commit aba50e958e
5 changed files with 43 additions and 36 deletions

View File

@@ -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>