Skip to content

Commit

Permalink
fix: [ANDROAPP-6628] input date on schedule dialog
Browse files Browse the repository at this point in the history
Signed-off-by: Manu Muñoz <[email protected]>
  • Loading branch information
mmmateos committed Nov 28, 2024
1 parent f910805 commit a02be43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fun ProvideInputDate(
yearRange = yearRange,
),
inputTextFieldValue = value,
inputState = state
inputState = state,
)
InputDateTime(
state = inputState,
Expand Down

0 comments on commit a02be43

Please sign in to comment.