Skip to content

Commit

Permalink
Merge branch 'master' into fix-populate-initial-values
Browse files Browse the repository at this point in the history
  • Loading branch information
parthfloyd authored Feb 6, 2025
2 parents 72f41a2 + bf19b7a commit 3394792
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ class CrudOperationFragment : Fragment() {
gender = it.gender,
isActive = it.isActive,
)
setupUiForCrudOperation(OperationType.CREATE)
}
}

Expand Down

0 comments on commit 3394792

Please sign in to comment.