|
|
@@ -385,13 +385,11 @@ class ImportForm extends React.Component {
|
|
|
insertedCount={collectionProgress ? collectionProgress.insertedCount : 0}
|
|
|
modifiedCount={collectionProgress ? collectionProgress.modifiedCount : 0}
|
|
|
errorsCount={errors ? errors.length : 0}
|
|
|
-
|
|
|
collectionName={collectionName}
|
|
|
isSelected={selectedCollections.has(collectionName)}
|
|
|
option={optionsMap[collectionName]}
|
|
|
-
|
|
|
isConfigButtonAvailable={isConfigButtonAvailable}
|
|
|
-
|
|
|
+ // events
|
|
|
onChange={this.toggleCheckbox}
|
|
|
onOptionChange={this.updateOption}
|
|
|
onConfigButtonClicked={this.openConfigurationModal}
|