Skip to content

Commit

Permalink
Change org config data name
Browse files Browse the repository at this point in the history
  • Loading branch information
Robi9 committed Dec 7, 2023
1 parent e186f6e commit 536c471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/models/assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ func NewOrgAssets(ctx context.Context, rt *runtime.Runtime, orgID OrgID, prev *O
}

if prev == nil || refresh&RefreshContext > 0 {
context := oa.org.ConfigValue("context", "")
context := oa.org.ConfigValue("description", "")
c := &OrgContext{}
c.c.OrgContext = context
oa.orgContexts = append(oa.orgContexts, c)
Expand Down

0 comments on commit 536c471

Please sign in to comment.