src/components/Forms/CreateAppForm.tsx
Showing 1 of 1 total issue
Function EnvironmentVariablesTable
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
Open
export const EnvironmentVariablesTable = ({ envVariables,}: { envVariables: EnvVariable[];}) => {
- Read upRead up