Skip to content

Commit

Permalink
fix: allow datepicker actionsheet to full height
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuzhy-Deriv committed Aug 8, 2024
1 parent 80be805 commit 2f5745e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/javascript/app/pages/form/form-component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ export const FormComponent = () => {
onSelectDate={(value) => {
onExpiryDateChange(value);
}}
fullHeightOnOpen={false}
/>
) : (
<DropdownComponent
Expand Down

0 comments on commit 2f5745e

Please sign in to comment.