revert all the changes that are not needed'

This commit is contained in:
Hailey
2024-10-02 17:13:42 -07:00
parent bb33aa0106
commit 67e4d775c9
8 changed files with 24 additions and 42 deletions
+1
View File
@@ -103,6 +103,7 @@ export function Outer({
const context = React.useMemo(
() => ({
close,
insideDialog: true,
}),
[close],
)