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}
|
icon={exportFile}
|
||||||
type="button"
|
type="button"
|
||||||
aria-label="Show export dialog"
|
aria-label="Show export dialog"
|
||||||
|
title="Export"
|
||||||
/>
|
/>
|
||||||
{modalIsShown && (
|
{modalIsShown && (
|
||||||
<Modal maxWidth={640} onCloseRequest={handleClose}>
|
<Modal maxWidth={640} onCloseRequest={handleClose}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user