Skip to content

Commit

Permalink
fix(status): normalize 'status' value to lowercase in custom-styles.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
codeesura authored May 4, 2024
1 parent 6548cb8 commit 0a129c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/content/components/select/custom-styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const data = `export const users = [
age: "29",
avatar: "https://d2u8k2ocievbld.cloudfront.net/memojis/male/3.png",
email: "brian.kim@example.com",
status: "Active",
status: "active",
},
{
id: 7,
Expand Down

0 comments on commit 0a129c3

Please sign in to comment.