mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
🐛 Fix build issue
This commit is contained in:
@@ -190,6 +190,7 @@ export default function ContainerActionBar({ selected, reload }: ContainerAction
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
shape: {
|
shape: {
|
||||||
|
sm: {
|
||||||
location: {
|
location: {
|
||||||
x: 0,
|
x: 0,
|
||||||
y: 0,
|
y: 0,
|
||||||
@@ -199,6 +200,27 @@ export default function ContainerActionBar({ selected, reload }: ContainerAction
|
|||||||
height: appTileDefinition.minHeight,
|
height: appTileDefinition.minHeight,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
md: {
|
||||||
|
location: {
|
||||||
|
x: 0,
|
||||||
|
y: 0,
|
||||||
|
},
|
||||||
|
size: {
|
||||||
|
width: appTileDefinition.minWidth,
|
||||||
|
height: appTileDefinition.minHeight,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
lg: {
|
||||||
|
location: {
|
||||||
|
x: 0,
|
||||||
|
y: 0,
|
||||||
|
},
|
||||||
|
size: {
|
||||||
|
width: appTileDefinition.minWidth,
|
||||||
|
height: appTileDefinition.minHeight,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
integration: {
|
integration: {
|
||||||
type: null,
|
type: null,
|
||||||
properties: [],
|
properties: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user