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 5bb670f commit 959de7aCopy full SHA for 959de7a
workspaces/frontend/src/app/pages/Workspaces/Workspaces.tsx
@@ -161,7 +161,6 @@ export const Workspaces: React.FunctionComponent = () => {
161
> = {}; // Initialize the redirect status dictionary
162
workspaceRedirectStatus = buildWorkspaceRedirectStatus(workspaceKinds); // Populate the dictionary
163
164
-
165
// Table columns
166
const columnNames: WorkspacesColumnNames = {
167
redirectStatus: 'Redirect Status',
0 commit comments