From 704635f75849fd5aca3fb47b95f0d210fedfbfd3 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 12 Mar 2023 23:58:37 -0700 Subject: [PATCH] New: Book interactive search modal size (cherry picked from commit 1f619e27f1e8905bc96ce54c483171469d204650) Closes #2243 --- frontend/src/Book/Search/BookInteractiveSearchModal.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/Book/Search/BookInteractiveSearchModal.js b/frontend/src/Book/Search/BookInteractiveSearchModal.js index 3370b7db8..670b5064e 100644 --- a/frontend/src/Book/Search/BookInteractiveSearchModal.js +++ b/frontend/src/Book/Search/BookInteractiveSearchModal.js @@ -1,6 +1,7 @@ import PropTypes from 'prop-types'; import React from 'react'; import Modal from 'Components/Modal/Modal'; +import { sizes } from 'Helpers/Props'; import BookInteractiveSearchModalContent from './BookInteractiveSearchModalContent'; function BookInteractiveSearchModal(props) { @@ -14,6 +15,7 @@ function BookInteractiveSearchModal(props) { return (