fix(front): move "Add to favorites" btn to start of action menu (#7785)
### 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">
This commit is contained in:
committed by
GitHub
parent
f338d01b4f
commit
c07650fd7e
@ -4,9 +4,9 @@ import { ManageFavoritesActionEffect } from '@/action-menu/actions/record-action
|
|||||||
|
|
||||||
export const SingleRecordActionMenuEntriesSetter = () => {
|
export const SingleRecordActionMenuEntriesSetter = () => {
|
||||||
const actionEffects = [
|
const actionEffects = [
|
||||||
|
ManageFavoritesActionEffect,
|
||||||
ExportRecordsActionEffect,
|
ExportRecordsActionEffect,
|
||||||
DeleteRecordsActionEffect,
|
DeleteRecordsActionEffect,
|
||||||
ManageFavoritesActionEffect,
|
|
||||||
];
|
];
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user