We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b301f3 commit ef81023Copy full SHA for ef81023
src/dashboard/Data/Browser/Browser.react.js
@@ -692,7 +692,7 @@ export default class Browser extends DashboardView {
692
if (className[0] === '_' && DefaultColumns[className]) {
693
untouchable = untouchable.concat(DefaultColumns[className]);
694
}
695
- columns = columns.filter((column) => untouchable.indexOf(colum.name) === -1);
+ columns = columns.filter((column) => untouchable.indexOf(column.name) === -1);
696
697
return columns;
698
0 commit comments