Add aria label

This commit is contained in:
Niek van der Maas 2023-03-03 15:11:08 +01:00
parent 97bb32016e
commit 0b8e5b4c67
1 changed files with 1 additions and 0 deletions

View File

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