Ver Fonte

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

Shane O'Sullivan há 5 anos atrás
pai
commit
80cee4d3c0
1 ficheiros alterados com 1 adições e 0 exclusões
  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}>