mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-20 04:42:46 +08:00
fix: #1237 can not delete cloned mask
This commit is contained in:
@@ -57,6 +57,7 @@ export const useMaskStore = create<MaskStore>()(
|
|||||||
...createEmptyMask(),
|
...createEmptyMask(),
|
||||||
...mask,
|
...mask,
|
||||||
id,
|
id,
|
||||||
|
builtin: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
set(() => ({ masks }));
|
set(() => ({ masks }));
|
||||||
|
Reference in New Issue
Block a user