Removed productionview view from Hasura and replaced with standard GQL queries. BOD-243
This commit is contained in:
@@ -20,7 +20,7 @@ export function ProductionBoardKanbanContainer({ bodyshop }) {
|
||||
return (
|
||||
<ProductionBoardKanbanComponent
|
||||
loading={loading}
|
||||
data={data ? data.productionview : []}
|
||||
data={data ? data.jobs : []}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user