Compare commits

..

No commits in common. "7b364dfbc9bcbcb6b7a851993d1e0a2ff622774d" and "9853fc7097b638983272d0c7a5cd6861193c0196" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -879,9 +879,9 @@ function TenantSettingsContent() {
</p> </p>
<Button onClick={() => setIsUserLevelDialogOpen(true)}> <Button onClick={() => setIsUserLevelDialogOpen(true)}>
<PlusIcon className="h-4 w-4 mr-2" /> <PlusIcon className="h-4 w-4 mr-2" />
Create User Level Create User Level
</Button> </Button>
</div> </div>
</CardContent> </CardContent>
</Card> </Card>
)} )}