Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Fixed hard coded table filter column
Browse files Browse the repository at this point in the history
Signed-off-by: GuessWhoSamFoo <foos@vmware.com>
  • Loading branch information
GuessWhoSamFoo committed Feb 9, 2020
1 parent f17f454 commit c61a6ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class ContentFilterComponent
return false;
}

const view = row.Phase as TextView;
const view = row[this.column] as TextView;
return selected.includes(view.config.value);
}

Expand Down

0 comments on commit c61a6ed

Please sign in to comment.