1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00

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

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]) {