Skip to content

Commit

Permalink
Updates docs a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHassanabad committed Nov 11, 2020
1 parent abdaa53 commit ed94de2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const StepDefineRuleComponent: FC<StepDefineRuleProps> = ({
* * queryBar.value === defaultQueryBar (Has the user changed the input of '' yet?)
* * queryBar.value === threatQueryBarDefaultValue (Has the user changed the input of '*:*' yet?)
* This is a stronger guarantee than "isPristine" off of the forms as that value can be reset
* if you go to step 2) and then back to step 2) or the form is reset in another way. Using
* if you go to step 2) and then back to step 1) or the form is reset in another way. Using
* the reference compare we know factually if the data is changed as the references must change
* in the form libraries form the initial defaults.
*/
Expand Down

0 comments on commit ed94de2

Please sign in to comment.