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
|
<Input
|
||||||
type="password"
|
type="password"
|
||||||
id="kupoUrl"
|
id="blockfrostAPIKey"
|
||||||
onInput={(e) => setBlockfrostAPIKey(e.currentTarget.value)}
|
onInput={(e) => setBlockfrostAPIKey(e.currentTarget.value)}
|
||||||
>
|
>
|
||||||
Blockfrost API Key
|
Blockfrost API Key
|
||||||
|
|
Loading…
Reference in New Issue