Add snippets to app imports

This commit is contained in:
Andrew Kingston 2024-04-05 13:15:06 +01:00
parent b90676fde3
commit 80a772f39f
1 changed files with 1 additions and 0 deletions

View File

@ -320,6 +320,7 @@ async function performAppCreate(ctx: UserCtx<CreateAppRequest, App>) {
"theme", "theme",
"customTheme", "customTheme",
"icon", "icon",
"snippets",
] ]
keys.forEach(key => { keys.forEach(key => {
if (existing[key]) { if (existing[key]) {