We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2846e4 commit 195431fCopy full SHA for 195431f
app/src/components/EditAgent/Modal.tsx
@@ -10,8 +10,6 @@ interface ModalProps {
10
backdropClassName?: string;
11
}
12
13
-let openCount = 0; // track how many modals are mounted for scroll-lock
14
-
15
const Modal: React.FC<ModalProps> = ({
16
open,
17
onClose,
0 commit comments