Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
clear Selected Data upon reopen of generateBill Screen
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldevgarg committed Dec 14, 2023
1 parent 5f3f114 commit f150978
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class _GenerateBillState extends State<GenerateBill> {
..readingExist
..getServiceTypePropertyTypeandConnectionType()
..autoValidation = false
..clearBillYear()
..formKey = GlobalKey<FormState>();
}

Expand Down

0 comments on commit f150978

Please sign in to comment.