Skip to content

Commit d082151

Browse files
Copilothotlong
andcommitted
Clean up outdated comments in contact.object.ts
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 2832e7f commit d082151

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/crm/src/domains/crm/contact.object.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,6 @@ export const Contact = ObjectSchema.create({
133133
titleFormat: '{full_name}',
134134
compactLayout: ['full_name', 'email', 'account', 'phone'],
135135

136-
// List Views - Note: These should be moved to UI layer in production
137-
// Removed: list_views and form_views belong in UI configuration, not object definition
138-
139136
// Validation Rules
140137
validations: [
141138
{

0 commit comments

Comments
 (0)