From 4a854b22fe672b691a8b1bb6e7d36a5a3f3a7ab3 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Mon, 17 Jul 2023 20:18:20 -0400 Subject: [PATCH] chore(match expression): visualizer should have title --- src/app/Rules/CreateRule.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/Rules/CreateRule.tsx b/src/app/Rules/CreateRule.tsx index a6f637bd1..8195f13e8 100644 --- a/src/app/Rules/CreateRule.tsx +++ b/src/app/Rules/CreateRule.tsx @@ -53,6 +53,7 @@ import { Button, Card, CardBody, + CardTitle, Form, FormGroup, FormSelect, @@ -659,6 +660,7 @@ const Comp: React.FC = () => { + Match Expression Visualizer