mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-07 23:29:16 +01:00
Fix build errors and lint
This commit is contained in:
@@ -13,7 +13,7 @@ export const initializeGridstack = (
|
||||
items: AppType[],
|
||||
widgets: IWidget<string, any>[],
|
||||
isEditMode: boolean,
|
||||
wrapperColumnCount: 3 | 6 | 12,
|
||||
wrapperColumnCount: number,
|
||||
shapeSize: 'sm' | 'md' | 'lg',
|
||||
tilesWithUnknownLocation: TileWithUnknownLocation[],
|
||||
events: {
|
||||
|
||||
Reference in New Issue
Block a user