mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-06 16:04:23 +00:00
Add CreateWorkspaceModal and DeleteWorkspaceModal tests
This commit is contained in:
@@ -37,10 +37,10 @@ const DeleteWorkspaceModal: React.FC<DeleteUserModalProps> = ({
|
||||
</Button>
|
||||
<Button
|
||||
color="red"
|
||||
onClick={() => void onConfirm}
|
||||
onClick={() => void onConfirm()}
|
||||
data-testid="confirm-delete-workspace-button"
|
||||
>
|
||||
Delete Workspace
|
||||
Delete
|
||||
</Button>
|
||||
</Group>
|
||||
</Stack>
|
||||
|
||||
Reference in New Issue
Block a user