🐛 Fix build issue

This commit is contained in:
Meierschlumpf
2023-01-07 18:02:56 +01:00
parent b70399f4f0
commit 1425819724

View File

@@ -190,13 +190,35 @@ export default function ContainerActionBar({ selected, reload }: ContainerAction
},
},
shape: {
location: {
x: 0,
y: 0,
sm: {
location: {
x: 0,
y: 0,
},
size: {
width: appTileDefinition.minWidth,
height: appTileDefinition.minHeight,
},
},
size: {
width: appTileDefinition.minWidth,
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: {