Skip to content
Snippets Groups Projects
Commit 9a09acd8 authored by Christophe's avatar Christophe
Browse files

fix(Button): displayName

parent 12d0f45f
No related branches found
No related tags found
1 merge request!10Update ai4eosc branch with recent main (multiple templates)
......@@ -39,4 +39,6 @@ const Button = forwardRef<HTMLButtonElement, ComponentProps<'button'> & ButtonPr
}
);
Button.displayName = 'Button';
export default Button;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment