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 d95d2e2 commit d07d807Copy full SHA for d07d807
packages/compass-connections/src/components/connection-modal.tsx
@@ -23,7 +23,7 @@ type ConnectionModalProps = Omit<
23
const ConnectionModal: React.FunctionComponent<ConnectionModalProps> = ({
24
initialConnectionInfo,
25
...props
26
-}: ConnectionModalProps) => {
+}) => {
27
if (!initialConnectionInfo) {
28
return null;
29
}
0 commit comments