fix: mask download not working

main
Zhenyu Zhu 2 years ago
parent 6419ce345f
commit ba0753c418

@ -368,6 +368,9 @@ export function MaskPage() {
text={Locale.Mask.EditModal.Download} text={Locale.Mask.EditModal.Download}
key="export" key="export"
bordered bordered
onClick={() =>
downloadAs(JSON.stringify(editingMask), "mask.json")
}
/>, />,
<IconButton <IconButton
key="copy" key="copy"

Loading…
Cancel
Save