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 11cbc9a commit c3f8be3Copy full SHA for c3f8be3
packages/compass-import-export/src/components/export-modal.tsx
@@ -250,7 +250,7 @@ function ExportModal({
250
open={isOpen}
251
setOpen={closeExport}
252
data-testid="export-modal"
253
- initialFocus={`#${codeElementId}`}
+ initialFocus={exportFullCollection ? undefined : `#${codeElementId}`}
254
>
255
<ModalHeader
256
title="Export"
0 commit comments