From 4f9ab6516e78eb1299bb79319141259b62d05b5d Mon Sep 17 00:00:00 2001 From: Raj Chauhan <74532684+racky7@users.noreply.github.com> Date: Sat, 7 Oct 2023 22:56:39 +0530 Subject: [PATCH] valid placeholder name --- src/frontend/src/components/EditFlowSettingsComponent/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/components/EditFlowSettingsComponent/index.tsx b/src/frontend/src/components/EditFlowSettingsComponent/index.tsx index 28a7fc69c..fafb0f3d3 100644 --- a/src/frontend/src/components/EditFlowSettingsComponent/index.tsx +++ b/src/frontend/src/components/EditFlowSettingsComponent/index.tsx @@ -72,7 +72,7 @@ export const EditFlowSettings: React.FC = ({ type="text" name="name" value={name ?? ""} - placeholder="File name" + placeholder="Flow name" id="name" maxLength={maxLength} />