Add a title for the Export button as it was missing one (#376)
This commit is contained in:
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…
x
Reference in New Issue
Block a user