diff --git a/src/features/environmentCreate/components/EnvironmentCreate.tsx b/src/features/environmentCreate/components/EnvironmentCreate.tsx index a1b8e950..99feb5b3 100644 --- a/src/features/environmentCreate/components/EnvironmentCreate.tsx +++ b/src/features/environmentCreate/components/EnvironmentCreate.tsx @@ -59,7 +59,7 @@ export const EnvironmentCreate = ({ environmentNotification }: IEnvCreate) => { namespace, specification: `${stringify( code - )}\ndescription: ${description}\nname: ${name}\nprefix: null` + )}\ndescription: '${description}'\nname: ${name}\nprefix: null` }; try {