소스 검색

Add a title for the Export button as it was missing one (#376)

Shane O'Sullivan 5 년 전
부모
커밋
80cee4d3c0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/ExportDialog.tsx

+ 1 - 0
src/components/ExportDialog.tsx

@@ -80,6 +80,7 @@ export function ExportDialog({
         icon={exportFile}
         type="button"
         aria-label="Show export dialog"
+        title="Export"
       />
       {modalIsShown && (
         <Modal maxWidth={640} onCloseRequest={handleClose}>