Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo authored and Paulo committed Nov 19, 2020
1 parent 1bfd953 commit 8ea76f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/containers/Topic/TopicList/TopicList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -383,12 +383,12 @@ class TopicList extends Root {
{colName: 'Partitions', colSpan: partitionCols.length},
{colName: 'Replications', colSpan: replicationCols.length}
];
let onDetailsFunction = undefined;

if(!uiOptions.skipConsumerGroups) {
firstColumns.push({colName: 'Consumer Groups', colSpan: 1});
}

let onDetailsFunction = undefined;
const actions = [constants.TABLE_CONFIG];
if(roles.topic && roles.topic['topic/data/read']) {
actions.push(constants.TABLE_DETAILS);
Expand Down

0 comments on commit 8ea76f3

Please sign in to comment.