chore: update frontend dependencies and fix deprecated method use (#140)
This commit is contained in:
@@ -95,7 +95,7 @@ export default function MembersPage({ projectId, messages, locale }: Props) {
|
||||
size="sm"
|
||||
color="primary"
|
||||
isDisabled={!context.isProjectManager(Number(projectId))}
|
||||
onClick={() => setIsDialogOpen(true)}
|
||||
onPress={() => setIsDialogOpen(true)}
|
||||
>
|
||||
{messages.addMember}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user