Skip to content

Commit

Permalink
fix name collision
Browse files Browse the repository at this point in the history
  • Loading branch information
Madmat8 committed Jul 31, 2024
1 parent 19f6085 commit c55c032
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const requiredByRecord: Record<string, boolean> = {
{{/ each }}
};

const result = passesLocalValidation<{{ classDataName (getReferenceClassType page) '' }}>(data, requiredByRecord, t, setValidation);
const validationResult = passesLocalValidation<{{ classDataName (getReferenceClassType page) '' }}>(data, requiredByRecord, t, setValidation);

if (!result) {
if (!validationResult) {
return;
}

0 comments on commit c55c032

Please sign in to comment.