Skip to content

Commit

Permalink
feat: update workspace list column to Last Update Date
Browse files Browse the repository at this point in the history
Co-authored-by: Alvaro Bartolome <[email protected]>
  • Loading branch information
gabrielmbmb and alvarobartt authored Aug 30, 2023
1 parent 276eac9 commit 8932816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/argilla/tasks/workspaces/list.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def list_workspaces() -> None:
workspaces = Workspace.list()

table = get_argilla_themed_table(title="Workspaces")
for column in ("ID", "Name", "Creation Date", "Update Date"):
for column in ("ID", "Name", "Creation Date", "Last Update Date"):
table.add_column(column, justify="center")

for workspace in workspaces:
Expand Down

0 comments on commit 8932816

Please sign in to comment.