From 9ed8cb1c42172d11d5828455672ba1a951bbd909 Mon Sep 17 00:00:00 2001 From: Atif Ali <56743004+aali309@users.noreply.github.com> Date: Tue, 25 Jul 2023 08:25:35 -0400 Subject: [PATCH] chore(match expression): visualizer should have title (#1060) --- 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