Skip to content

Commit

Permalink
fix: Typo at CP Matrix column name
Browse files Browse the repository at this point in the history
  • Loading branch information
martintomas committed May 7, 2024
1 parent 507002f commit 7ce7243
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function CPMatrixTable({ data, meta }) {

const columns = [
{
title: 'Bussiness Segment',
title: 'Business Segment',
className: 'vertical-align-center',
children: [
{
Expand Down

0 comments on commit 7ce7243

Please sign in to comment.