fix special request input updating upon editing from the bottom sheet

This commit is contained in:
2025-11-04 19:52:43 +03:00
parent 84e9e86356
commit 59745325ec
4 changed files with 11 additions and 5 deletions

View File

@@ -36,7 +36,6 @@ export default function SpecialRequestCard() {
label={t("cart.specialRequest")}
name="specialRequest"
style={{ position: "relative", top: -5 }}
initialValue={specialRequest || ""}
>
<Input
placeholder={t("cart.specialRequest")}