Skip to content

Commit

Permalink
Merge ee11944 into 81b19a9
Browse files Browse the repository at this point in the history
  • Loading branch information
Atmire-Kristof committed Jul 31, 2019
2 parents 81b19a9 + ee11944 commit 51d124e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
</button>
</div>
<div class="modal-body">
<ds-dso-selector [currentDSOId]="(dsoRD$ | async)?.payload.uuid" [type]="selectorType" (onSelect)="selectObject($event)"></ds-dso-selector>
<ds-dso-selector [currentDSOId]="(dsoRD$ | async)?.payload.uuid ? 'search.resourceid:' + (dsoRD$ | async)?.payload.uuid : null" [type]="selectorType" (onSelect)="selectObject($event)"></ds-dso-selector>
</div>
</div>
</div>

0 comments on commit 51d124e

Please sign in to comment.