Add aria label
This commit is contained in:
		
							parent
							
								
									97bb32016e
								
							
						
					
					
						commit
						0b8e5b4c67
					
				| 
						 | 
					@ -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}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue