Update ShowPageMoreButton to open the command menu when clicked (#8565)

https://github.com/user-attachments/assets/6e269391-8ea2-4146-8e86-7e75c84982f4
This commit is contained in:
Raphaël Bosi
2024-11-18 17:44:23 +01:00
committed by GitHub
parent e1a730a8fc
commit 9810c5b6f2
2 changed files with 13 additions and 130 deletions

View File

@ -49,12 +49,7 @@ export const RecordShowPageBaseHeader = ({
targetObjectNameSingular: objectMetadataItem.nameSingular,
}}
/>
<ShowPageMoreButton
key="more"
recordId={record?.id ?? '0'}
objectNameSingular={objectNameSingular}
isRemote={objectMetadataItem.isRemote}
/>
<ShowPageMoreButton key="more" />
</>
);
};