Skip to content

Commit

Permalink
Source retains the last recent source
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Nov 4, 2024
1 parent 064fa07 commit 9d03b8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/components/env/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const COLUMNS = [
text: 'Spec',
},
{
text: 'Origin',
text: 'Source',
},
{
text: 'Updated',
Expand Down Expand Up @@ -80,7 +80,7 @@ export default class Table extends LitElement {
description: v.description,
spec: v.spec,
specClass: v.isRequired ? 'required' : 'optional',
origin: v.origin,
source: v.origin,
updatedAt: formatDate(new Date(v.updateTime)),
// createdAt: formatDate(new Date(v.createTime)),
resolvedValue: v.resolvedValue,
Expand Down

0 comments on commit 9d03b8e

Please sign in to comment.