Added display for triggers
This commit is contained in:
parent
bc7e0767d6
commit
bb934ee859
13 changed files with 154 additions and 28 deletions
|
@ -19,6 +19,8 @@ import Box from "@mui/material/Box";
|
|||
import Stack from "@mui/material/Stack";
|
||||
import { asTree, asBranches, as1d } from "@qltr/util/pipelines.js";
|
||||
|
||||
import CatalogItemDetails from "./CatalogItemDetails.jsx";
|
||||
|
||||
export default function CatalogBox(props) {
|
||||
const { catalogTest } = props;
|
||||
|
||||
|
@ -129,9 +131,7 @@ export default function CatalogBox(props) {
|
|||
</Stack>
|
||||
</AccordionSummary>
|
||||
<AccordionDetails>
|
||||
<Typography component={"span"} style={{ wordBreak: "break-word" }}>
|
||||
{"Test info"}
|
||||
</Typography>
|
||||
<CatalogItemDetails catalogTest={catalogTest} />
|
||||
</AccordionDetails>
|
||||
</Accordion>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue