Skip to content

Commit 618b4da

Browse files
committed
refactor: put display name on top
1 parent 6d48c57 commit 618b4da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/drafts-realm/campaign-form.gts

+1-2
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ class Edit extends Component<typeof CampaignForm> {
390390
}
391391

392392
export class CampaignForm extends CardDef {
393+
static displayName = 'CampaignForm';
393394
@field name = contains(StringField, {
394395
description: 'The campaign name',
395396
});
@@ -430,8 +431,6 @@ export class CampaignForm extends CardDef {
430431
description: 'The actual cost by RM in the campaign',
431432
});
432433

433-
static displayName = 'CampaignForm';
434-
435434
static isolated = Isolated;
436435
static embedded = Embedded;
437436
static atom = Embedded;

0 commit comments

Comments
 (0)