Skip to content

Commit

Permalink
Update frontend/src/app/features/work-packages/components/wp-buttons/…
Browse files Browse the repository at this point in the history
…wp-create-button/wp-create-button.component.ts

Co-authored-by: Dombi Attila <[email protected]>
  • Loading branch information
oliverguenther and dombesz authored Apr 15, 2024
1 parent 77064bf commit dbdf292
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export class WorkPackageCreateButtonComponent extends UntilDestroyedMixin implem
this.authorisationService
.observeUntil(componentDestroyed(this))
.pipe(
filter((links) => !!links.work_package),
take(1),
)
.subscribe(() => {
Expand Down

0 comments on commit dbdf292

Please sign in to comment.