chore(gift_card): better input id
This commit is contained in:
parent
6ab42735b0
commit
3891016bc3
|
@ -209,7 +209,7 @@ export default function App({ validators }: AppProps) {
|
|||
>
|
||||
<Input
|
||||
type="password"
|
||||
id="kupoUrl"
|
||||
id="blockfrostAPIKey"
|
||||
onInput={(e) => setBlockfrostAPIKey(e.currentTarget.value)}
|
||||
>
|
||||
Blockfrost API Key
|
||||
|
|
Loading…
Reference in New Issue