Skip to content

Commit

Permalink
fix: change names of slots
Browse files Browse the repository at this point in the history
  • Loading branch information
markuczy committed Oct 11, 2024
1 parent be7f6ad commit e1ab112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ export class InteractiveDataViewComponent implements OnInit, AfterContentInit {
this._data = value
}

columnGroupSlotName = 'onecx-shell-column-group-selection'
columnGroupSlotName = 'onecx-column-group-selection'
isColumnGroupSelectionComponentDefined$: Observable<boolean>
groupSelectionChangedSlotEmitter = new EventEmitter<ColumnGroupData | undefined>()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ng-container *ngIf="searchConfigChangeObserved && pageName">
<ocx-slot
*ocxIfPermission="searchConfigPermission"
name="onecx-shell-search-config"
name="onecx-search-config"
[inputs]="{ pageName: pageName, currentFieldValues: fieldValues$ | async, viewMode: viewMode }"
[outputs]="{ searchConfigSelected: searchConfigChangedSlotEmitter }"
>
Expand Down

0 comments on commit e1ab112

Please sign in to comment.