Skip to content

Commit 21ecd67

Browse files
committed
avoid check because registration will have always at least one contributor and contributors may not load syncronically after step change
1 parent 95c28d8 commit 21ecd67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/features/registries/components/drafts/drafts.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ export class DraftsComponent implements OnDestroy {
7474
!this.draftRegistration()?.title ||
7575
!this.draftRegistration()?.description ||
7676
!this.registrationLicense() ||
77-
!this.selectedSubjects()?.length ||
78-
!this.initialContributors()?.length
77+
!this.selectedSubjects()?.length
7978
);
8079
});
8180

0 commit comments

Comments
 (0)