Add aria label

This commit is contained in:
Niek van der Maas
2023-03-03 15:11:08 +01:00
parent 97bb32016e
commit 0b8e5b4c67

View File

@@ -42,6 +42,7 @@
>
<p class="control is-expanded">
<input
aria-label="OpenAI API key"
type="text"
class="input {!apiKey ? 'is-danger' : ''}"
value={apiKey}