weichaochao 5 年 前
コミット
db4f9f5e91
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/pages/house/edit/components/base.jsx

+ 1
- 1
src/pages/house/edit/components/base.jsx ファイルの表示

@@ -16,7 +16,7 @@ const { TextArea } = Input;
16 16
 const Base = props => {
17 17
   const salesBatchId = props.salesBatchId.batchId
18 18
   const [ saleBatchData, setSaleBatchData ] = useState({})
19
-  const [showHelp, setShowHelp] = useState(true)
19
+  const [showHelp, setShowHelp] = useState(false)
20 20
   
21 21
   if(salesBatchId){
22 22
     useEffect(() => {