We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c28d8 commit 21ecd67Copy full SHA for 21ecd67
src/app/features/registries/components/drafts/drafts.component.ts
@@ -74,8 +74,7 @@ export class DraftsComponent implements OnDestroy {
74
!this.draftRegistration()?.title ||
75
!this.draftRegistration()?.description ||
76
!this.registrationLicense() ||
77
- !this.selectedSubjects()?.length ||
78
- !this.initialContributors()?.length
+ !this.selectedSubjects()?.length
79
);
80
});
81
0 commit comments