Reset unneeded change to main

This commit is contained in:
Eric Bailey
2025-02-23 17:36:53 -06:00
parent c36392537c
commit ba5d9ed510
+1 -1
View File
@@ -22,7 +22,7 @@ import {ReportDialogProps} from './types'
export function ReportDialog(props: ReportDialogProps) { export function ReportDialog(props: ReportDialogProps) {
return ( return (
<Dialog.Outer webOptions={{alignTop: true}} control={props.control}> <Dialog.Outer control={props.control}>
<Dialog.Handle /> <Dialog.Handle />
<ReportDialogInner {...props} /> <ReportDialogInner {...props} />
</Dialog.Outer> </Dialog.Outer>