Skip to content

Commit 55807b2

Browse files
committed
feat: Add numberOfLinesTitle prop to MenuItem in EditAgentPage for improved title display
1 parent 8dfd676 commit 55807b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/settings/Agents/EditAgentPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ function EditAgentPage({route}: EditAgentPageProps) {
7575
title={agent?.prompt ?? ''}
7676
shouldShowRightIcon
7777
onPress={() => Navigation.navigate(ROUTES.SETTINGS_AGENTS_EDIT_PROMPT.getRoute(accountID))}
78+
numberOfLinesTitle={10}
7879
/>
7980
</OfflineWithFeedback>
8081
<MenuItem

0 commit comments

Comments
 (0)