Merge pull request #13417 from Budibase/add-snippets-to-imports

Add snippets to app imports
This commit is contained in:
Andrew Kingston 2024-04-15 16:41:19 +01:00 committed by GitHub
commit 05d79b88a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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]) {