Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiion committed Jun 10, 2024
1 parent ccc0e28 commit bf5f66b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const MarkdownTextFieldRendererComponent = (props: ControlProps) => {
};

export const MarkdownTextFieldRenderer:
| React.ComponentClass<OwnPropsOfControl>
| React.FunctionComponent<OwnPropsOfControl> = withJsonFormsControlProps(
| React.ComponentClass<any>
| React.FunctionComponent<any> = withJsonFormsControlProps(
MarkdownTextFieldRendererComponent,
);

0 comments on commit bf5f66b

Please sign in to comment.