From 80cee4d3c056e241a7a048104bb18767a214a5f8 Mon Sep 17 00:00:00 2001 From: Shane O'Sullivan Date: Wed, 15 Jan 2020 15:16:43 -0800 Subject: [PATCH] Add a title for the Export button as it was missing one (#376) --- src/components/ExportDialog.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ExportDialog.tsx b/src/components/ExportDialog.tsx index 270e8954..d9d82bdf 100644 --- a/src/components/ExportDialog.tsx +++ b/src/components/ExportDialog.tsx @@ -80,6 +80,7 @@ export function ExportDialog({ icon={exportFile} type="button" aria-label="Show export dialog" + title="Export" /> {modalIsShown && (