fix: remake admin items
This commit is contained in:
@@ -116,6 +116,7 @@ function ItemFormModal({ item, onClose, onSaved }) {
|
||||
placeholder="Остаток"
|
||||
value={form.stock}
|
||||
onChange={handleChange("stock")}
|
||||
disabled
|
||||
/>
|
||||
<input
|
||||
className="bg-white/10 rounded px-3 py-2"
|
||||
|
||||
Reference in New Issue
Block a user