Metadata + data transformation for production board. Breaking changes. BOD-71
This commit is contained in:
@@ -10,8 +10,6 @@ export default function ProductionBoardKanbanContainer({ columnState }) {
|
||||
<ProductionBoardKanbanComponent
|
||||
loading={loading}
|
||||
data={data ? data.productionview : []}
|
||||
refetch={null}
|
||||
columnState={columnState}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user