Fixed name not editable on editFlowSettingsComponent
This commit is contained in:
parent
59477dd8e7
commit
d559a61793
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import { cn } from "../../utils/utils";
|
|||
|
||||
export const EditFlowSettings: React.FC<InputProps> = ({
|
||||
name,
|
||||
invalidNameList,
|
||||
invalidNameList = [],
|
||||
description,
|
||||
endpointName,
|
||||
maxLength = 50,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue