Add iot data and custom input card for floting cards
This commit is contained in:
@@ -126,6 +126,7 @@ export default function Dropped3dWidgets() {
|
||||
return (
|
||||
<>
|
||||
{activeZoneWidgets.map(({ id, type, position }) => {
|
||||
console.log('Typeeeeeeeeeeee',type);
|
||||
switch (type) {
|
||||
case "ui-Widget 1":
|
||||
return <ProductionCapacity key={id} position={position} />;
|
||||
|
||||
Reference in New Issue
Block a user