fix: import sidebar issues (#1712)

This commit is contained in:
Meier Lukas
2024-12-18 13:52:10 +01:00
committed by GitHub
parent 5fbbf037ce
commit a51999457b
6 changed files with 34 additions and 9 deletions

View File

@@ -69,7 +69,7 @@ export const oldmarrAppSchema = z
behaviour: appBehaviourSchema,
network: appNetworkSchema,
appearance: appAppearanceSchema,
integration: appIntegrationSchema.optional(),
integration: appIntegrationSchema.optional().nullable(),
})
.and(tileBaseSchema);