Merge pull request #13417 from Budibase/add-snippets-to-imports
Add snippets to app imports
This commit is contained in:
commit
05d79b88a1
|
@ -320,6 +320,7 @@ async function performAppCreate(ctx: UserCtx<CreateAppRequest, App>) {
|
|||
"theme",
|
||||
"customTheme",
|
||||
"icon",
|
||||
"snippets",
|
||||
]
|
||||
keys.forEach(key => {
|
||||
if (existing[key]) {
|
||||
|
|
Loading…
Reference in New Issue