Skip to content

Commit

Permalink
content node selector panel
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Jul 26, 2024
1 parent 5a2cd5a commit 3ad828e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ import {
ShowHeaderMode,
ToolbarComponent,
DataColumnListComponent,
DataColumnComponent
DataColumnComponent,
ToolbarTitleComponent
} from '@alfresco/adf-core';
import { NodesApiService, UploadService, FileUploadCompleteEvent, FileUploadDeleteEvent, SitesService } from '../../common';
import { ReactiveFormsModule, UntypedFormControl } from '@angular/forms';
Expand Down Expand Up @@ -72,6 +73,7 @@ export const defaultValidation = () => true;
MatButtonModule,
SearchModule,
ToolbarComponent,
ToolbarTitleComponent,
DropdownBreadcrumbComponent,
NodeCounterDirective,
DocumentListModule,
Expand Down

0 comments on commit 3ad828e

Please sign in to comment.