Valid placeholder name for editFlowSettings component (#1023)

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-10-09 14:52:24 -03:00 committed by GitHub
commit c0e25ff911
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ export const EditFlowSettings: React.FC<InputProps> = ({
type="text"
name="name"
value={name ?? ""}
placeholder="File name"
placeholder="Flow name"
id="name"
maxLength={maxLength}
/>