Fix open record in menu (#11772)

Fix open record in menu
This commit is contained in:
Raphaël Bosi
2025-04-28 16:39:44 +02:00
committed by GitHub
parent b182a676d7
commit 6cf44ef3c2

View File

@ -171,6 +171,9 @@ export const ObjectOptionsDropdownLayoutContent = () => {
: IconLayoutNavbar
}
text={t`Open in`}
onClick={() => {
onContentChange('layoutOpenIn');
}}
contextualText={
recordIndexOpenRecordIn === ViewOpenRecordInType.SIDE_PANEL
? t`Side Panel`