fix: import sidebar issues (#1712)
This commit is contained in:
@@ -69,7 +69,7 @@ export const oldmarrAppSchema = z
|
||||
behaviour: appBehaviourSchema,
|
||||
network: appNetworkSchema,
|
||||
appearance: appAppearanceSchema,
|
||||
integration: appIntegrationSchema.optional(),
|
||||
integration: appIntegrationSchema.optional().nullable(),
|
||||
})
|
||||
.and(tileBaseSchema);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user