Skip to content

Commit 3faf30a

Browse files
committed
[DSC-2195] Fix issue with community creation when community/collection admin
1 parent fbd8606 commit 3faf30a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/app/shared/dso-selector/modal-wrappers/create-community-parent-selector/create-community-parent-selector.component.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
<span class="px-4 bg-white">{{'dso-selector.create.community.or-divider' | translate}}</span>
1414
</div>
1515
</div>
16+
</div>
17+
<span class="h5 px-2">{{'dso-selector.create.community.sub-level' | translate}}</span>
18+
<ds-dso-selector [configuration]="configuration" [currentDSOId]="dsoRD?.payload.uuid" [types]="selectorTypes" [sort]="defaultSort" (onSelect)="selectObject($event)"></ds-dso-selector>
1619

17-
<span class="h5 px-2">{{'dso-selector.create.community.sub-level' | translate}}</span>
18-
<ds-dso-selector [configuration]="configuration" [currentDSOId]="dsoRD?.payload.uuid" [types]="selectorTypes" [sort]="defaultSort" (onSelect)="selectObject($event)"></ds-dso-selector>
19-
</div>
20+
</div>
2021
</div>

0 commit comments

Comments
 (0)