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",
|
"theme",
|
||||||
"customTheme",
|
"customTheme",
|
||||||
"icon",
|
"icon",
|
||||||
|
"snippets",
|
||||||
]
|
]
|
||||||
keys.forEach(key => {
|
keys.forEach(key => {
|
||||||
if (existing[key]) {
|
if (existing[key]) {
|
||||||
|
|
Loading…
Reference in New Issue