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"
type="text"
placeholder="*******************"
value={serial} // Bind the serial state to the input field
value={serial}
readOnly
/>
</div>