This commit is contained in:
GH Action - Upstream Sync 2023-04-29 00:57:26 +00:00
commit a9c6c681ce
1 changed files with 3 additions and 0 deletions

View File

@ -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"