71713: Dropzone without uploader to own component

This commit is contained in:
Marie Verdonck
2020-07-16 15:14:36 +02:00
parent 9e095d09b6
commit e160d46b81
8 changed files with 138 additions and 86 deletions

View File

@@ -206,7 +206,7 @@ export class AuthService {
return this.store.pipe(
select(getAuthenticatedUserId),
hasValueOperator(),
switchMap((id: string) => this.epersonService.findById(id)),
switchMap((id: string) => this.epersonService.findById(id) ),
getAllSucceededRemoteDataPayload()
)
}