Skip to content

Commit

Permalink
[ML] Reseting categorization validation if category field is cleared
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Jan 27, 2020
1 parent 8244604 commit 5213d55
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export class CategorizationJobCreator extends JobCreator {
delete this._job_config.analysis_config.categorization_field_name;
this._categoryFieldExamples = [];
this._validationChecks = [];
this._overallValidStatus = CATEGORY_EXAMPLES_VALIDATION_STATUS.INVALID;
}
}

Expand Down

0 comments on commit 5213d55

Please sign in to comment.