From 043d28539ec08dd46a097970b4e876bfb1ba7aa1 Mon Sep 17 00:00:00 2001 From: ginnoir Date: Sun, 12 Jul 2026 22:28:10 -0500 Subject: [PATCH] fix(garden): add ikea cabinet and acrylic case container types --- src/modules/garden/components/container-form.tsx | 2 ++ 1 file changed, 2 insertions(+) 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" }, ];