правка бага отображения посуды и категорий для редактирования коктейлей
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user