Description
The frontend validation for empty environment variables and secrets is not working as expected. Users can still create components with empty key or value fields.
Expected behavior
When a user tries to create or update a component with environment variables or secrets that have empty keys or values, an error message should be displayed and the creation should be blocked.
Current behavior
The validation is not triggering properly and allows components to be created with empty values.
Environment
- Portal (React/TypeScript)
- Create Application page
- Create Instance page