Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Tilsch committed May 31, 2024
1 parent a7f1738 commit 23c7196
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const MaterialCategorizationStepperLayout = (
marginRight: "1em",
};
const categories = categorization.elements.filter((category: Category) =>
isVisible(category, data, undefined, ajv),
isVisible(category, data, undefined, ajv as any),
);
const { t } = useTranslation();
const childProps: MaterialLayoutRendererProps = {
Expand Down

0 comments on commit 23c7196

Please sign in to comment.