Skip to content

Commit

Permalink
Merge pull request #56 from catenax-ng/bugfix/usage-purpose
Browse files Browse the repository at this point in the history
fix(policy): Latest Purpose policy version updated
  • Loading branch information
almadigabor authored Jan 4, 2024
2 parents 45c8f5c + 0a7ed01 commit df717d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ const DURATION_UNIT_MAPPING = {
const PURPOSE_VALUES: ISelectList[] = [
{
id: 0,
title: 'ID 3.0 Trace',
value: 'ID 3.0 Trace',
title: 'ID 3.1 Trace',
value: 'ID 3.1 Trace',
},
];

Expand Down

0 comments on commit df717d3

Please sign in to comment.