Skip to content

Commit

Permalink
types
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Oct 4, 2024
1 parent 992a5e8 commit 84cc00f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/components/Dialog/index.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ export function Outer({
close,
isNativeDialog: false,
nativeSnapPoint: 0,
disableDrag: false,
setDisableDrag: () => {},
}),
[close],
)
Expand Down
5 changes: 1 addition & 4 deletions src/components/dms/dialogs/NewChatDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ export function NewChat({
accessibilityHint=""
/>

<Dialog.Outer
control={control}
testID="newChatDialog"
nativeOptions={{topInset: 16}}>
<Dialog.Outer control={control} testID="newChatDialog">
<Dialog.Handle />
<SearchablePeopleList
title={_(msg`Start a new chat`)}
Expand Down

0 comments on commit 84cc00f

Please sign in to comment.