Skip to content

Commit

Permalink
Merge pull request #552 from GooeyAI/add-workspace-description-to-admin
Browse files Browse the repository at this point in the history
add description field to workspace-admin
  • Loading branch information
nikochiko authored Dec 4, 2024
2 parents 659d539 + 1ab6fad commit 97d82f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workspaces/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class WorkspaceAdmin(SafeDeleteAdmin):
)
fields = [
"name",
"description",
"domain_name",
"created_by",
"is_personal",
Expand Down

0 comments on commit 97d82f4

Please sign in to comment.