diff --git a/app/src/components/layout/sidebarRight/SideBarRight.tsx b/app/src/components/layout/sidebarRight/SideBarRight.tsx index d68333b..277637a 100644 --- a/app/src/components/layout/sidebarRight/SideBarRight.tsx +++ b/app/src/components/layout/sidebarRight/SideBarRight.tsx @@ -33,7 +33,7 @@ const SideBarRight: React.FC = () => { // romove late const dummyData = { - assetType: "machine", + assetType: "store", selectedPoint: { name: "Point A", uuid: "123e4567-e89b-12d3-a456-426614174000", @@ -41,17 +41,14 @@ const SideBarRight: React.FC = () => { { uuid: "action-1", name: "Action One", - isUsed: true, }, { uuid: "action-2", name: "Action Two", - isUsed: true, }, { uuid: "action-3", name: "Action Three", - isUsed: true, }, ], }, diff --git a/app/src/components/layout/sidebarRight/properties/eventProperties/EventProperties.tsx b/app/src/components/layout/sidebarRight/properties/eventProperties/EventProperties.tsx index 7fa98f1..e7444a0 100644 --- a/app/src/components/layout/sidebarRight/properties/eventProperties/EventProperties.tsx +++ b/app/src/components/layout/sidebarRight/properties/eventProperties/EventProperties.tsx @@ -27,14 +27,12 @@ interface EventPropertiesProps { actions: { uuid: string; name: string; - isUsed: boolean; }[]; }; selectedItem: { item: { uuid: string; name: string; - isUsed: boolean; } | null; }; setSelectedPoint: (value: string) => void; @@ -98,13 +96,13 @@ const EventProperties: React.FC = ({
-
+ {/*
setTypeOption(option)} /> -
+
*/}
{ return ( <> { onChange={(value) => console.log(value)} />