Skip to content

Commit

Permalink
fix(front): move "Add to favorites" btn to start of action menu (#7785)
Browse files Browse the repository at this point in the history
### What does this PR do?

Moves the "Add to favourites" action button to the beginning of the
action menu, thus moving the "Delete" button to its right edge.

Fixes #7780.

<img width="1494" alt="image"
src="https://github.com/user-attachments/assets/52498fce-278c-4f04-a5ce-26920f9ffd5a">
  • Loading branch information
unrenamed authored Oct 17, 2024
1 parent f338d01 commit c07650f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import { ManageFavoritesActionEffect } from '@/action-menu/actions/record-action

export const SingleRecordActionMenuEntriesSetter = () => {
const actionEffects = [
ManageFavoritesActionEffect,
ExportRecordsActionEffect,
DeleteRecordsActionEffect,
ManageFavoritesActionEffect,
];
return (
<>
Expand Down

0 comments on commit c07650f

Please sign in to comment.