Skip to content

Commit

Permalink
ACS-8036 fix rebase issues
Browse files Browse the repository at this point in the history
  • Loading branch information
g-jaskowski authored and DaryaBalvanovich committed Aug 12, 2024
1 parent 59d44c1 commit 6cd2808
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ import { IconComponent, TranslationService } from '@alfresco/adf-core';
import { FormControl, ReactiveFormsModule } from '@angular/forms';
import { switchMap, takeUntil } from 'rxjs/operators';
import { AppExtensionService } from '@alfresco/aca-shared';
import { MatOptionSelectionChange } from '@angular/material/core';

export interface BulkActionsDropdownSelectionEvent {
event: MatOptionSelectionChange;
actionOption: ContentActionRef;
}

@Component({
standalone: true,
Expand Down

0 comments on commit 6cd2808

Please sign in to comment.