From f0985be945b7f8b54fd6d866687306311f80cee5 Mon Sep 17 00:00:00 2001 From: hagjoon Date: Fri, 2 Sep 2022 16:07:57 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=ED=96=89=EC=9D=B4=EB=A0=A5=ED=98=84?= =?UTF-8?q?=ED=99=A9=20=EC=BD=98=EC=86=94=EC=97=90=EB=9F=AC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/analysis/history/AnalysisHistorySearch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/analysis/history/AnalysisHistorySearch.js b/src/components/analysis/history/AnalysisHistorySearch.js index 1d23c06a..4e8f31f5 100644 --- a/src/components/analysis/history/AnalysisHistorySearch.js +++ b/src/components/analysis/history/AnalysisHistorySearch.js @@ -178,7 +178,7 @@ export const AnalysisHistorySearch = props => { value={props.params.search1} type='email' id='search1' - size='sm' + bsSize='sm' onKeyPress={props.onKeyPress} onChange={e => props.handlerInput('search1', e.target.value)