Skip to content

Commit 42a8977

Browse files
committed
fixup! Remove use of deprecated backdropClassName
1 parent f2c4511 commit 42a8977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/connection-form/src/components/connection-form-modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { css, cx, Modal, spacing } from '@mongodb-js/compass-components';
1+
import { css, Modal } from '@mongodb-js/compass-components';
22
import React, { useState } from 'react';
33
import type { Dispatch, SetStateAction } from 'react';
44
import type { ConnectionFormProps } from './connection-form';

0 commit comments

Comments
 (0)