mirror of
https://github.com/sartography/spiffworkflow-frontend.git
synced 2025-02-24 12:18:17 +00:00
use correct extension
This commit is contained in:
parent
738c841eaa
commit
6b21dec774
@ -342,7 +342,7 @@ export default function ReactDiagramEditor({
|
||||
type: 'application/xml',
|
||||
});
|
||||
element.href = URL.createObjectURL(file);
|
||||
element.download = `${processModelId}.xml`;
|
||||
element.download = `${processModelId}.bpmn`;
|
||||
document.body.appendChild(element);
|
||||
element.click();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user