Compare commits

...

2 Commits

Author SHA1 Message Date
Sabda Yagra 7b364dfbc9 fixing 123
continuous-integration/drone/push Build is passing Details
2026-03-13 14:11:24 +07:00
Sabda Yagra b16f19e859 fix: so many error 2026-03-13 14:06:07 +07:00
1 changed files with 2 additions and 2 deletions

View File

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