Skip to content

Commit

Permalink
[@mantine/demos] Fix typo in Rating demo
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Oct 20, 2022
1 parent 99998dc commit 67b6b77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { MantineDemo } from '@mantine/ds';
import { RatingProps, Rating, Group } from '@mantine/core';

const codeTemplate = (props: string) => `
import { Radio } from '@mantine/core';
import { Rating } from '@mantine/core';
function Demo() {
return <Rating defaultValue={2}${props} />
Expand Down

0 comments on commit 67b6b77

Please sign in to comment.