File tree Expand file tree Collapse file tree 1 file changed +17
-15
lines changed
src/app/features/files/pages/files Expand file tree Collapse file tree 1 file changed +17
-15
lines changed Original file line number Diff line number Diff line change 99 }
1010
1111 < div class ="flex flex-grow-0 w-full sm:w-30rem ">
12- < p-select
13- inputId ="in_label "
14- [options] ="rootFoldersOptions() "
15- [(ngModel)] ="currentRootFolder "
16- (onChange) ="handleRootFolderChange($event.value) "
17- styleClass ="w-full "
18- variant ="filled "
19- >
20- < ng-template #selectedItem let-selectedOption >
21- < p class ="provider-name "> {{ selectedOption.label }}</ p >
22- </ ng-template >
23- < ng-template #item let-option >
24- < p class ="provider-name "> {{ option.label }}</ p >
25- </ ng-template >
26- </ p-select >
12+ @if (!isRegistration()) {
13+ < p-select
14+ inputId ="in_label "
15+ [options] ="rootFoldersOptions() "
16+ [(ngModel)] ="currentRootFolder "
17+ (onChange) ="handleRootFolderChange($event.value) "
18+ styleClass ="w-full "
19+ variant ="filled "
20+ >
21+ < ng-template #selectedItem let-selectedOption >
22+ < p class ="provider-name "> {{ selectedOption.label }}</ p >
23+ </ ng-template >
24+ < ng-template #item let-option >
25+ < p class ="provider-name "> {{ option.label }}</ p >
26+ </ ng-template >
27+ </ p-select >
28+ }
2729 </ div >
2830 @if (filesSelection.length) {
2931 @if (!isMoveDialogOpened()) {
You can’t perform that action at this time.
0 commit comments