Only show validation step for list over 200

[MAILPOET-2129]
This commit is contained in:
Pavel Dohnal
2019-07-22 15:53:29 +02:00
committed by M. Shull
parent 94a25f3f1c
commit f8a5752450

View File

@@ -12,7 +12,7 @@ import StepResults from './import/step_results.jsx';
const container = document.getElementById('import_container');
const subscribersLimitForValidation = 0;
const subscribersLimitForValidation = 200;
const ImportSubscribers = () => {
const [stepMethodSelectionData, setStepMethodSelectionData] = useState(undefined);