Skip to content

Commit

Permalink
chore/QA-134: 받은 장부 수정 시 날짜 노출 오류
Browse files Browse the repository at this point in the history
  • Loading branch information
jinukeu committed Jul 5, 2024
1 parent 6bbc8f2 commit f260d3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ fun LedgerEditScreen(
initialCriteriaYear = uiState.endYear,
initialCriteriaMonth = uiState.endMonth,
initialCriteriaDay = uiState.endDay,
afterDate = false,
afterDate = uiState.showOnlyStartDate,
maximumContainerHeight = 346.dp,
onDismissRequest = { _, _, _ -> onDismissStartDateBottomSheet() },
onItemSelected = onStartDateItemSelected,
Expand Down

0 comments on commit f260d3c

Please sign in to comment.