This commit is contained in:
Polaris
2024-08-31 17:25:44 -04:00
parent 01fed162ae
commit ca128585be

View File

@ -50,7 +50,7 @@ const GenerateKeychip = () => {
name="GenerateSerial" name="GenerateSerial"
type="text" type="text"
placeholder="*******************" placeholder="*******************"
value={serial} // Bind the serial state to the input field value={serial}
readOnly readOnly
/> />
</div> </div>