forked from XiaoMo/ChatGPT-Next-Web
Merge pull request #1144 from 0x9be00ff1/fix-mask-download
fix: mask download not working #1119
This commit is contained in:
commit
b0cd8579f1
@ -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…
Reference in New Issue
Block a user