Skip to content

Commit

Permalink
feat: [ANDROAPP-5683] fix categories not saved
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmateos committed Feb 15, 2024
1 parent 27164f3 commit 5113730
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ class ConfigureEventCatCombo(
repository.catCombo().apply {
val categories = getCategories(this?.categories())
val categoryOptions = getCategoryOptions()
updateSelectedOptions(categoryOption, categories, categoryOptions)
val catComboUid = getCatComboUid(this?.uid() ?: "", this?.isDefault ?: false)
val catComboDisplayName = getCatComboDisplayName(this?.uid() ?: "")
updateSelectedOptions(categoryOption, categories, categoryOptions)

return flowOf(
EventCatCombo(
Expand Down

0 comments on commit 5113730

Please sign in to comment.