feat: adding clients crud
This commit is contained in:
		| @@ -21,10 +21,10 @@ export default function MenuDrawer({ zone = 'public', open, onClose, onSelect }) | ||||
|     }}> | ||||
|       <List sx={{ width: isMobile ? '100vw' : 250, marginTop: 14 }}> | ||||
|         {items.map((text, index) => ( | ||||
|           <ListItem key={index}  onClick={() => { | ||||
|               onClose(); // Close drawer | ||||
|               onSelect?.(text); // Notify parent of selected item | ||||
|             }}> | ||||
|           <ListItem key={index} onClick={() => { | ||||
|             onClose(); // Close drawer | ||||
|             onSelect?.(text); // Notify parent of selected item | ||||
|           }}> | ||||
|             <ListItemText | ||||
|               primary={text} | ||||
|               slotProps={{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Rodolfo Ruiz
					Rodolfo Ruiz