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

Commit 36aa80f

Browse files
ara4nt3chguy
andauthored
Update src/components/views/elements/Validation.tsx
Co-authored-by: Michael Telatynski <[email protected]>
1 parent 99fb62c commit 36aa80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/elements/Validation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ interface IRule<T, D = void> {
3333
interface IArgs<T, D = void> {
3434
rules: IRule<T, D>[];
3535
description(this: T, derivedData: D): React.ReactChild;
36-
hideDescriptionIfValid?: Boolean;
36+
hideDescriptionIfValid?: boolean;
3737
deriveData?(data: Data): Promise<D>;
3838
}
3939

0 commit comments

Comments
 (0)