Fixed name not editable on editFlowSettingsComponent

This commit is contained in:
Lucas Oliveira 2024-06-19 14:44:13 -03:00
commit d559a61793

View file

@ -8,7 +8,7 @@ import { cn } from "../../utils/utils";
export const EditFlowSettings: React.FC<InputProps> = ({
name,
invalidNameList,
invalidNameList = [],
description,
endpointName,
maxLength = 50,