Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Update src/components/views/elements/Validation.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Telatynski <[email protected]>
  • Loading branch information
ara4n and t3chguy authored Nov 10, 2020
1 parent 99fb62c commit 36aa80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/elements/Validation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ interface IRule<T, D = void> {
interface IArgs<T, D = void> {
rules: IRule<T, D>[];
description(this: T, derivedData: D): React.ReactChild;
hideDescriptionIfValid?: Boolean;
hideDescriptionIfValid?: boolean;
deriveData?(data: Data): Promise<D>;
}

Expand Down

0 comments on commit 36aa80f

Please sign in to comment.