Skip to content

Commit

Permalink
fix empty layouts type
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Polyakov committed Mar 20, 2024
1 parent 9afa89a commit f646563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/Widget/Grid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const DEFAULT_COLS: LayoutConfig = {
[BreakpointKey.xss]: 4,
};
const EMPTY_LAYOUTS: LayoutConfig = {
const EMPTY_LAYOUTS: ResponsiveLayouts = {
[BreakpointKey.lg]: [],
[BreakpointKey.md]: [],
[BreakpointKey.sm]: [],
Expand Down

0 comments on commit f646563

Please sign in to comment.