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

@@ -43,10 +43,10 @@ export function BottomSheet({
showCloseButton={false}
initialSnap={1}
height={370}
snapPoints={["30vh"]}
snapPoints={[370]}
>
<div className="space-y-4">
<div>
<div>
<div style={{ marginTop: 20 }}>
<TextArea
value={value}
onChange={(e) => setValue(e.target.value)}