Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5261f commit 856f17dCopy full SHA for 856f17d
codersdk/workspaceapps.go
@@ -11,5 +11,5 @@ type WorkspaceApp struct {
11
Command string `json:"command,omitempty"`
12
// Icon is a relative path or external URL that specifies
13
// an icon to be displayed in the dashboard.
14
- Icon string `json:"icon"`
+ Icon string `json:"icon,omitempty"`
15
}
site/src/api/typesGenerated.ts
@@ -426,7 +426,7 @@ export interface WorkspaceApp {
426
readonly id: string
427
readonly name: string
428
readonly command?: string
429
- readonly icon: string
+ readonly icon?: string
430
431
432
// From codersdk/workspacebuilds.go:24:6
0 commit comments