Skip to content

Commit 21379fa

Browse files
committed
Tab name is the column name when a column clicked from the list of columns.
1 parent 1b86642 commit 21379fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dqops/src/main/frontend/src/pages/TableColumnsView/TableColumnsBody.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export default function TableColumnsBody({
108108
url,
109109
value,
110110
state: {},
111-
label: table
111+
label: column
112112
})
113113
);
114114
history.push(url);

0 commit comments

Comments
 (0)