diff --git a/src/modules/garden/components/container-form.tsx b/src/modules/garden/components/container-form.tsx index 3b99942..98b1cea 100644 --- a/src/modules/garden/components/container-form.tsx +++ b/src/modules/garden/components/container-form.tsx @@ -10,6 +10,8 @@ const CONTAINER_TYPES = [ { value: "raised-bed", label: "Raised bed" }, { value: "window-box", label: "Window box" }, { value: "single-pot", label: "Single pot" }, + { value: "ikea-cabinet", label: "Ikea Cabinet" }, + { value: "acrylic-case", label: "Acrylic Case" }, { value: "outdoor", label: "Outdoor" }, { value: "other", label: "Other" }, ];