Files
twenty/packages/twenty-server
shubham yadav 6af42b9b9b Fix: Remove default value for name field in CustomWorkspaceEntity (#9805) (#9824)
### Summary
This pull request addresses issue #9805 by removing the default value
`'Untitled'` for the `name` field in the `CustomWorkspaceEntity` class.

### Details
- Removed the default value `'Untitled'` for the `name` field.
- This change ensures that new records do not have an empty or default
name.
- Ensures consistency across different standard object records.

### Issue
This pull request resolves issue #9805.

### Testing
Tested the creation of new records to ensure that the `name` field is
now correctly handled without a default value.

Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
2025-01-23 19:01:03 +01:00
..
2024-09-18 17:35:08 +02:00
2025-01-23 12:08:08 +01:00
2024-12-12 15:46:48 +00:00
2024-09-20 11:02:52 +02:00
2024-10-05 00:23:23 +02:00
2025-01-20 23:10:39 +01:00