mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
🐛 Fix issue with creation of app / widget
This commit is contained in:
@@ -88,3 +88,11 @@ const useStyles = createStyles((theme, _params, getRef) => ({
|
||||
},
|
||||
},
|
||||
}));
|
||||
|
||||
export const appTileDefinition = {
|
||||
component: AppTile,
|
||||
minWidth: 2,
|
||||
maxWidth: 12,
|
||||
minHeight: 2,
|
||||
maxHeight: 12,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user