Skip to content

Commit

Permalink
fix: reorder popover actions - EXO-68497
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamdi committed Jan 25, 2024
1 parent 7644a8b commit 377eddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kudos-webapps/src/main/webapp/vue-app/js/Kudos.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export function registerExternalExtensions(title) {
icon: 'fa fa-award uiIconKudos uiIconLightBlue',
class: 'fas fa-award',
additionalClass: 'mt-1',
order: 20,
order: 50,
enabled: (profile) => profile.enabled && !profile.deleted,
click: (profile) => {
const type = profile.prettyName ? 'SPACE_PROFILE' : 'USER_PROFILE';
Expand Down Expand Up @@ -425,4 +425,4 @@ export function registerActivityActionExtension() {
}
}
});
}
}

0 comments on commit 377eddc

Please sign in to comment.