Skip to content

Commit

Permalink
chore: revert selector changed by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
robertIsaac committed Dec 23, 2024
1 parent f2aaeca commit 830987e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/tree/components/tree-item/tree-item.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import { TreeItem, TreeItemState } from '../../models/tree-item';
import { TreeService } from '../../tree.service';

@Component({
selector: 'fd2-tree-item',
selector: 'fd-tree-item',
templateUrl: './tree-item.component.html',
encapsulation: ViewEncapsulation.None,
changeDetection: ChangeDetectionStrategy.OnPush,
Expand Down

0 comments on commit 830987e

Please sign in to comment.