правка бага отображения посуды и категорий для редактирования коктейлей

This commit is contained in:
Kayashov.SM
2025-08-21 14:33:47 +04:00
parent d98686de12
commit 488638885c
2 changed files with 11 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ import MenuItem from "@mui/material/MenuItem";
import * as React from "react";
export function SelectEdit({label, value, array, handler, attributeName, width, margin}) {
return (
<FormControl sx={{width: width, m: margin}}>
<InputLabel>{label}</InputLabel>