forked from XiaoMo/ChatGPT-Next-Web
fix: #1237 can not delete cloned mask
This commit is contained in:
parent
eec1dd6448
commit
40223e6b3f
@ -57,6 +57,7 @@ export const useMaskStore = create<MaskStore>()(
|
||||
...createEmptyMask(),
|
||||
...mask,
|
||||
id,
|
||||
builtin: false,
|
||||
};
|
||||
|
||||
set(() => ({ masks }));
|
||||
|
Loading…
Reference in New Issue
Block a user