Skip to content

Commit

Permalink
BACKLOG-20681 : handle conflict status (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsinovassin authored Feb 17, 2023
1 parent 0d55eda commit f71514e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/javascript/components/VanityList/DefaultRow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const DefaultRow = ({
const statuses = [
{key: 'PUBLISHED', value: classes.isPublished},
{key: 'MODIFIED', value: classes.toBePublished},
{key: 'CONFLICT', value: classes.notPublished},
{key: 'NOT_PUBLISHED', value: classes.notPublished}
];

Expand Down

0 comments on commit f71514e

Please sign in to comment.