build(add-fallbacks-on-UI): allows admin to add fallbacks on the UI

This commit is contained in:
Krrish Dholakia 2024-04-24 15:39:48 -07:00
parent b1e2728906
commit bae6f41017
9 changed files with 248 additions and 20 deletions

View file

@ -118,7 +118,7 @@ const Sidebar: React.FC<SidebarProps> = ({
userRole == "Admin" ? (
<Menu.Item key="9" onClick={() => setPage("general-settings")}>
<Text>
Settings
Router Settings
</Text>
</Menu.Item>
) : null