Skip to content

Commit

Permalink
Clear the fields on create button is clicked. (#2786)
Browse files Browse the repository at this point in the history
Co-authored-by: Santosh Pingle <[email protected]>
  • Loading branch information
santosh-pingle and Santosh Pingle authored Feb 6, 2025
1 parent 66e14ea commit bf19b7a
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 bf19b7a

Please sign in to comment.