Compare commits
2 Commits
9853fc7097
...
7b364dfbc9
| Author | SHA1 | Date |
|---|---|---|
|
|
7b364dfbc9 | |
|
|
b16f19e859 |
|
|
@ -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>
|
||||||
)}
|
)}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue