Skip to content

Commit

Permalink
Remove default value for name field in CustomWorkspaceEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
yadavshubham01 committed Jan 23, 2025
1 parent 27b58e9 commit 02fdd43
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export class CustomWorkspaceEntity extends BaseWorkspaceEntity {
description: 'Name',
type: FieldMetadataType.TEXT,
icon: 'IconAbc',
defaultValue: "'Untitled'",
})
name: string;

Expand Down

0 comments on commit 02fdd43

Please sign in to comment.