chore(gift_card): better input id
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user