Skip to content

Commit

Permalink
CI fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Tilsch committed May 31, 2024
1 parent 23c7196 commit 941cf0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ const withAjvProps =
) =>
(props: P) => {
const ctx = useJsonForms();
const ajv = getAjv({ jsonforms: { ...ctx } });
const ajv = getAjv({ jsonforms: { ...ctx } }) as AjvProps["ajv"];

return <Component {...props} ajv={ajv} actionContainer={actionContainer} />;
};
Expand Down

0 comments on commit 941cf0d

Please sign in to comment.