Skip to content

Commit 64d014a

Browse files
committed
hotfix: add common module to table component to utilize the ngClass directive
1 parent 103138c commit 64d014a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/app/components/body/variables/data/table/table.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ import {
3838
selectOpenVariableID,
3939
selectVariableSelectionContext,
4040
} from 'src/app/new.state/ui/ui.selectors';
41+
import { CommonModule } from '@angular/common';
4142
@Component({
4243
selector: 'dct-table',
4344
templateUrl: './table.component.html',
@@ -53,6 +54,7 @@ import {
5354
ModalComponent,
5455
ChipsModule,
5556
TranslateModule,
57+
CommonModule,
5658
],
5759
})
5860
export class TableComponent {

0 commit comments

Comments
 (0)