From fbf38603fd756f1c0ee6969732a679ed48d29060 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Mon, 17 Jul 2023 19:46:19 -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 a6f637bd19..8195f13e84 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