Skip to content

Commit

Permalink
Adds project ID to projects page
Browse files Browse the repository at this point in the history
This was not displayed before. It is now
more obvious to a user what is the project ID.
  • Loading branch information
skrawcz committed Jun 13, 2024
1 parent 6385a82 commit 98f9053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/frontend/src/components/dashboard/Project/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ export const ProjectsView = () => {
item,
])}
columns={projectCols}
dataTypeName=""
dataTypeName="Project ID"
extraRowData={{
shouldRender: (project: ProjectWithData) =>
project.id === expandedProject,
Expand Down

0 comments on commit 98f9053

Please sign in to comment.