diff --git a/packages/sanity/src/structure/components/requestPermissionDialog/RequestPermissionDialog.tsx b/packages/sanity/src/structure/components/requestPermissionDialog/RequestPermissionDialog.tsx index ef252500466..40d935dd7d6 100644 --- a/packages/sanity/src/structure/components/requestPermissionDialog/RequestPermissionDialog.tsx +++ b/packages/sanity/src/structure/components/requestPermissionDialog/RequestPermissionDialog.tsx @@ -67,7 +67,7 @@ export function RequestPermissionDialog({ const [noteLength, setNoteLength] = useState(0) const [msgError, setMsgError] = useState() - const [hasTooManyRequests, setHasTooManyRequests] = useState(true) + const [hasTooManyRequests, setHasTooManyRequests] = useState(false) const [hasBeenDenied, setHasBeenDenied] = useState(false) useEffect(() => {