Skip to content

Commit a724110

Browse files
committed
fix: focusable element in modal
1 parent 8e5899b commit a724110

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Pages/Shared/LinkedCIDetailsModal/LinkedCIDetailsModal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ const LinkedCIDetailsModal = ({ handleClose, workflows }: LinkedCIDetailModalPro
158158
className="dc__transparent dc__no-shrink flexbox"
159159
aria-label="close-modal"
160160
onClick={handleClose}
161-
disabled={showLoadingState}
162161
>
163162
<Close className="icon-dim-24" />
164163
</button>

0 commit comments

Comments
 (0)