Skip to content

Commit

Permalink
fix isSystem
Browse files Browse the repository at this point in the history
  • Loading branch information
Weiko committed Dec 7, 2023
1 parent 9c7445a commit 7bec903
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export abstract class BaseObjectMetadata {
icon: 'IconCalendar',
defaultValue: { type: 'now' },
})
@IsSystem()
createdAt: Date;

@FieldMetadata({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { BaseObjectMetadata } from 'src/workspace/workspace-sync-metadata/standa
description: 'An opportunity',
icon: 'IconTargetArrow',
})
@IsSystem()
export class OpportunityObjectMetadata extends BaseObjectMetadata {
@FieldMetadata({
type: FieldMetadataType.CURRENCY,
Expand Down

0 comments on commit 7bec903

Please sign in to comment.