Browse Source

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

Shun Miyazawa 2 years ago
parent
commit
6fa5ea48c3
1 changed files with 0 additions and 1 deletions
  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')}