Valid placeholder name for editFlowSettings component (#1023)
This commit is contained in:
commit
c0e25ff911
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue