Fix project json export (#344)
This commit is contained in:
parent
e3a194c7dd
commit
ea229695e1
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ const ProjectDetails: React.FC<{
|
|||
setTimeout(() => {
|
||||
URL.revokeObjectURL(objUrl)
|
||||
}, 40000)
|
||||
}, [])
|
||||
}, [project, suggestedFileName])
|
||||
|
||||
const exportTooltip = usePopover(
|
||||
{debugName: 'ProjectDetails', pointerDistanceThreshold: 50},
|
||||
|
|
Loading…
Reference in a new issue