소스 검색

fix: https://github.com/twbs/bootstrap/issues/37305

Shun Miyazawa 2 년 전
부모
커밋
6fa5ea48c3
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      apps/app/src/components/PageAlert/TrashPageAlert.tsx

+ 0 - 1
apps/app/src/components/PageAlert/TrashPageAlert.tsx

@@ -88,7 +88,6 @@ export const TrashPageAlert = (): JSX.Element => {
           type="button"
           className="btn btn-info rounded-pill btn-sm ms-auto me-2"
           onClick={openPutbackPageModalHandler}
-          data-bs-toggle="modal"
           data-testid="put-back-button"
         >
           <i className="icon-action-undo" aria-hidden="true"></i> {t('Put Back')}