Skip to content

Commit

Permalink
fixes #6397; reset is working state on asset create more (#6398)
Browse files Browse the repository at this point in the history
Co-authored-by: Mohammed Nihal <[email protected]>
  • Loading branch information
rithviknishad and nihal467 authored Oct 5, 2023
1 parent 7df0f13 commit 07441ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Facility/AssetCreate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ const AssetCreate = (props: AssetProps) => {
setLocation("");
setAssetType(assetTypeInitial);
setAssetClass(assetClassInitial);
setIsWorking("");
setIsWorking(undefined);
setNotWorkingReason("");
setSerialNumber("");
setVendorName("");
Expand Down

0 comments on commit 07441ae

Please sign in to comment.