Skip to content

Commit

Permalink
#18 [FEAT] 다이얼로그 false
Browse files Browse the repository at this point in the history
  • Loading branch information
gaeulzzang committed Jan 9, 2025
1 parent c46440e commit 0c447d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class AppointmentViewModel @Inject constructor() : BaseViewModel<AppointmentSide

val mockRecommendations =
AppointmentEntity(
isSubmitted = false,
isSubmitted = true,
priorities = listOf(
PriorityEntity(
priority = 1,
Expand Down

0 comments on commit 0c447d9

Please sign in to comment.