Skip to content

Commit

Permalink
Merge pull request #65 from catenax-ng/fix/framework_versions
Browse files Browse the repository at this point in the history
fix: Policy framework values updated
  • Loading branch information
almadigabor authored Feb 16, 2024
2 parents 7d5458a + b73fd11 commit f61d335
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,29 +99,21 @@ const BPN_TYPE_FIELDS = [
const TRACABILITY_FRAMEWORK = [
{
key: 'Version',
value: 'active:1.0',
},
{
key: 'Version',
value: 'active:1.1',
},
{
key: 'Version',
value: 'active:1.2',
value: 'active',
},
];

const QUALTIY_FRAMEWORK = [
{
key: 'Version',
value: 'active:1.0',
value: 'active',
},
];

const PCF_FRAMEWORK = [
{
key: 'Version',
value: 'active:1.0',
value: 'active',
},
];

Expand Down

0 comments on commit f61d335

Please sign in to comment.