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

This commit is contained in:
Shane O'Sullivan 2020-01-15 15:16:43 -08:00 committed by Christopher Chedeau
parent 8db8827c6f
commit 80cee4d3c0

View File

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