فهرست منبع

undisplay data collections when the version different.

kaori-t 5 سال پیش
والد
کامیت
5f09c197bb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/client/js/components/Admin/ImportData/GrowiArchiveSection.jsx

+ 1 - 1
src/client/js/components/Admin/ImportData/GrowiArchiveSection.jsx

@@ -132,7 +132,7 @@ class GrowiArchiveSection extends React.Component {
         </div>
 
         {isTheSameVersion === false && this.renderDefferentVersionAlert()}
-        {this.state.fileName != null ? (
+        {this.state.fileName != null && isTheSameVersion === true ?  (
           <div className="px-4">
             <ImportForm
               fileName={this.state.fileName}