diff --git a/client/components/ChatInput.vue b/client/components/ChatInput.vue index a384b2ec..b3885e0f 100644 --- a/client/components/ChatInput.vue +++ b/client/components/ChatInput.vue @@ -24,6 +24,7 @@ id="upload-input" ref="uploadInput" type="file" + aria-labelledby="upload" multiple @change="onUploadInputChange" /> diff --git a/client/index.html.tpl b/client/index.html.tpl index c75aac5e..847c9477 100644 --- a/client/index.html.tpl +++ b/client/index.html.tpl @@ -1,5 +1,5 @@ - +