From 2521c18c5b126b7cd9263930e5a7b47257f0c1d1 Mon Sep 17 00:00:00 2001 From: Eshank Vaish <48060426+eshankvaish@users.noreply.github.com> Date: Fri, 14 Feb 2025 16:11:04 +0530 Subject: [PATCH] fix: error state in create chart group --- src/components/charts/modal/CreateChartGroup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/charts/modal/CreateChartGroup.tsx b/src/components/charts/modal/CreateChartGroup.tsx index 4e7efce284..8a87a12578 100644 --- a/src/components/charts/modal/CreateChartGroup.tsx +++ b/src/components/charts/modal/CreateChartGroup.tsx @@ -199,7 +199,7 @@ export default class CreateChartGroup extends Component 0 ? this.state.name.error : undefined} />