Skip to content

Commit

Permalink
feat: add workspace displayname (#417)
Browse files Browse the repository at this point in the history
* fix: update angular versions

* feat: add displayname for workspace

---------

Co-authored-by: kim.tran <[email protected]>
Co-authored-by: Annika Nowak <[email protected]>
  • Loading branch information
3 people authored Aug 21, 2024
1 parent 8a37a1a commit 8aa60a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {Route} from './route.model'

export interface Workspace {
id?: string
displayName?: string
/**
* @deprecated will be renamed to workspaceName
*/
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8aa60a0

Please sign in to comment.