We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6737f01 commit 715d1dcCopy full SHA for 715d1dc
1 file changed
app/store/mask.ts
@@ -38,6 +38,7 @@ export const createEmptyMask = () =>
38
lang: getLang(),
39
builtin: false,
40
createdAt: Date.now(),
41
+ plugin: [Plugin.Artifacts],
42
}) as Mask;
43
44
export const useMaskStore = createPersistStore(
0 commit comments