Skip to content

Commit

Permalink
[CPT-1489] Update test id property name in ValidationErrors
Browse files Browse the repository at this point in the history
  • Loading branch information
toptalwadiibasmi committed Dec 6, 2023
1 parent 80d23d5 commit 0e2f6e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import type { ValidationResult } from 'react-querybuilder'

const ValidationErrors = ({
validationResult,
'data-testid': testId,
validationErrorsTestId: testId,
}: {
validationResult: Record<string, ValidationResult | boolean>
'data-testid'?: string
validationErrorsTestId?: string
}) => {
const validationErrors = useMemo(
() =>
Expand Down

0 comments on commit 0e2f6e7

Please sign in to comment.