Skip to content

Commit

Permalink
Swati | Upadted fetch ndhm data to abdm data
Browse files Browse the repository at this point in the history
  • Loading branch information
swatigogia2020 committed Feb 4, 2022
1 parent 90f92df commit abc9cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/otp-verification/otpVerification.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const OtpVerification = (props) => {
<div className="otp-verify-input">
<input type="text" id="otp" name="otp" value={otp} onChange={otpOnChangeHandler} />
</div>
<button type="button" disabled={showDetailsComparision} onClick={confirmAuth}>Fetch NDHM Data</button>
<button type="button" disabled={showDetailsComparision} onClick={confirmAuth}>Fetch ABDM Data</button>
{showError && <h6 className="error">{errorHealthId}</h6>}
</div>
</div>
Expand Down

0 comments on commit abc9cf3

Please sign in to comment.