mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-02 20:58:56 -05:00
chore(deps): update react to 18 (#2943)
This commit is contained in:
@@ -70,12 +70,12 @@ interface PermissionEditProps {
|
||||
onUpdate: (newPermissions: number) => void;
|
||||
}
|
||||
|
||||
export const PermissionEdit: React.FC<PermissionEditProps> = ({
|
||||
export const PermissionEdit = ({
|
||||
actingUser,
|
||||
currentUser,
|
||||
currentPermission,
|
||||
onUpdate,
|
||||
}) => {
|
||||
}: PermissionEditProps) => {
|
||||
const intl = useIntl();
|
||||
|
||||
const permissionList: PermissionItem[] = [
|
||||
|
||||
Reference in New Issue
Block a user