We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c30498 commit e01e6feCopy full SHA for e01e6fe
src/server/models/MapView.ts
@@ -177,7 +177,7 @@ export const mapViewSchema = z.object({
177
name: z.string(),
178
config: mapViewConfigSchema,
179
dataSourceViews: z.array(dataSourceViewSchema),
180
- inspectorConfig: inspectorConfigSchema.optional(),
+ inspectorConfig: inspectorConfigSchema.nullish(),
181
position: z.number(),
182
mapId: z.string(),
183
createdAt: z.date(),
0 commit comments