Skip to content

Commit

Permalink
chore(match expression): visualizer should have title (#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
aali309 authored Jul 25, 2023
1 parent 0bd11ab commit 9ed8cb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/Rules/CreateRule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ import {
Button,
Card,
CardBody,
CardTitle,
Form,
FormGroup,
FormSelect,
Expand Down Expand Up @@ -659,6 +660,7 @@ const Comp: React.FC = () => {
</GridItem>
<GridItem xl={7} order={{ xl: '1', default: '0' }}>
<Card isFullHeight>
<CardTitle>Match Expression Visualizer</CardTitle>
<CardBody className="overflow-auto" data-quickstart-id="match-expr-card">
<MatchExpressionVisualizer />
</CardBody>
Expand Down

0 comments on commit 9ed8cb1

Please sign in to comment.