File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
x-pack/plugins/security_solution/public/detections/components/rules/step_define_rule Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ const StepDefineRuleComponent: FC<StepDefineRuleProps> = ({
194194 * * queryBar.value === defaultQueryBar (Has the user changed the input of '' yet?)
195195 * * queryBar.value === threatQueryBarDefaultValue (Has the user changed the input of '*:*' yet?)
196196 * This is a stronger guarantee than "isPristine" off of the forms as that value can be reset
197- * if you go to step 2) and then back to step 2 ) or the form is reset in another way. Using
197+ * if you go to step 2) and then back to step 1 ) or the form is reset in another way. Using
198198 * the reference compare we know factually if the data is changed as the references must change
199199 * in the form libraries form the initial defaults.
200200 */
You can’t perform that action at this time.
0 commit comments