Skip to content

Commit

Permalink
fix(dashboard-renderer): default in the schema makes prop required (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
filipgutica authored Jan 17, 2024
1 parent 1f8b41c commit 0999681
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ export const dashboardConfigSchema = {
tileHeight: {
type: 'number',
description: `Height of each tile in pixels. Default: ${DEFAULT_TILE_HEIGHT}`,
default: DEFAULT_TILE_HEIGHT,
},
gridSize: {
type: 'object',
Expand Down

0 comments on commit 0999681

Please sign in to comment.