mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-06-06 21:00:21 +09:00
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(),
|
...createEmptyMask(),
|
||||||
...mask,
|
...mask,
|
||||||
id,
|
id,
|
||||||
|
builtin: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
set(() => ({ masks }));
|
set(() => ({ masks }));
|
||||||
|
Loading…
Reference in New Issue
Block a user