Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
setTimeout(() => {
const jobData = JobHelper.generateMockJobData(input);
this.store.dispatch(new InputTestValueChangeAction(this.appID, input.id, jobData));
});
});
addArrayEntry(input) {
this.warning = undefined;
const generatedEntry = JobHelper.generateMockJobData(input);
this.updateJob((this.value || []).concat(generatedEntry.slice(0, 1)));
}
addArrayEntry(input) {
this.warning = undefined;
const generatedEntry = JobHelper.generateMockJobData(input);
this.updateJob((this.value || []).concat(generatedEntry.slice(0, 1)));
}