Skip to content

Commit

Permalink
fix(ExportModal): test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anamikaanu96 committed Sep 20, 2024
1 parent 1e3c921 commit 3fc0afc
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,11 +309,7 @@ export let ExportModal = forwardRef(
<div className={`${blockClass}__messaging`}>
{loading && (
<>
<Loading
description={loadingMessage}
small
withOverlay={false}
/>
<Loading small withOverlay={false} />
<p aria-live="assertive">{loadingMessage}</p>
</>
)}
Expand Down

0 comments on commit 3fc0afc

Please sign in to comment.