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 bf49ca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion ui/sdk/src/hamilton_sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (0, 4, 1)
__version__ = (0, 4, 2)

0 comments on commit bf49ca0

Please sign in to comment.