Skip to content

Commit

Permalink
- nothing to see here lol
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo03v committed Apr 15, 2024
1 parent 43260e7 commit 1cee2fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data class ItemState(
val ongoing: Boolean = false,
val pause: Boolean = false,
val isOngoing: Boolean = false,
val categoryId: Int = 0,
val categoryId: Int = 1,
// --
val selectedDayCalendar: String = "",
val selectedYearCalendar: Int = 0,
Expand Down

0 comments on commit 1cee2fb

Please sign in to comment.