history order status
This commit is contained in:
@@ -148,6 +148,12 @@ const MENU_ITEMS = [
|
||||
{ label: "Sayt uchun Banner", path: "/site-banner/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "Pul olish so‘rovlari",
|
||||
icon: Wallet,
|
||||
path: "/withdraw/list",
|
||||
roles: ["buxgalter", "moderator", "tour_admin"],
|
||||
},
|
||||
];
|
||||
|
||||
export function Sidebar({ role }: SidebarProps) {
|
||||
@@ -275,7 +281,7 @@ export function Sidebar({ role }: SidebarProps) {
|
||||
);
|
||||
|
||||
return (
|
||||
<div className="lg:border fixed">
|
||||
<div className="lg:border fixed max-lg:sticky">
|
||||
{/* Mobil versiya */}
|
||||
<div className="lg:hidden flex items-center justify-end bg-gray-900 p-4 sticky top-0 z-50">
|
||||
<Sheet open={isSheetOpen} onOpenChange={setIsSheetOpen}>
|
||||
|
||||
Reference in New Issue
Block a user