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

pull/380/head
Shane O'Sullivan 5 years ago committed by Christopher Chedeau
parent 8db8827c6f
commit 80cee4d3c0

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

Loading…
Cancel
Save