forked from XiaoMo/ChatGPT-Next-Web
fix: mask download not working
This commit is contained in:
parent
6419ce345f
commit
ba0753c418
@ -368,6 +368,9 @@ export function MaskPage() {
|
||||
text={Locale.Mask.EditModal.Download}
|
||||
key="export"
|
||||
bordered
|
||||
onClick={() =>
|
||||
downloadAs(JSON.stringify(editingMask), "mask.json")
|
||||
}
|
||||
/>,
|
||||
<IconButton
|
||||
key="copy"
|
||||
|
Loading…
Reference in New Issue
Block a user