Compare commits
9 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
7b364dfbc9 | |
|
|
b16f19e859 | |
|
|
9853fc7097 | |
|
|
9dc25768a4 | |
|
|
23ff7e5be8 | |
|
|
ea082c80f6 | |
|
|
343a0328d4 | |
|
|
af09a86c48 | |
|
|
421db9c1c3 |
|
|
@ -879,18 +879,18 @@ 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>
|
||||
)}
|
||||
</TabsContent>
|
||||
</Tabs>
|
||||
</Tabs>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default function TenantSettingsPage() {
|
||||
return <TenantSettingsPageTable />;
|
||||
}
|
||||
return <TenantSettingsPageTable />;
|
||||
}
|
||||
|
|
@ -250,7 +250,7 @@ export function getMenuList(pathname: string, t: any): Group[] {
|
|||
label: "Banner",
|
||||
active: pathname === "/admin/settings/banner",
|
||||
icon: "heroicons:arrow-trending-up",
|
||||
children: [],
|
||||
children: [],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue