remove Dialog.Handle uses

This commit is contained in:
Hailey
2024-10-01 15:06:42 -07:00
parent a17892d1b9
commit 3971254e9f
36 changed files with 59 additions and 124 deletions
-1
View File
@@ -61,7 +61,6 @@ export function GifSelectDialog({
control={control}
nativeOptions={{sheet: {snapPoints: ['100%']}}}
onClose={onClose}>
<Dialog.Handle />
<ErrorBoundary renderError={renderErrorBoundary}>
<GifList control={control} onSelectGif={onSelectGif} />
</ErrorBoundary>