Skip to content

Commit

Permalink
Fixing minor syntax in dataview example code (#62560)
Browse files Browse the repository at this point in the history
Co-authored-by: aaronware <aware@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
  • Loading branch information
3 people authored Jun 14, 2024
1 parent 842b5c4 commit 91472e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dataviews/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const fields = [
);
},
elements: [
{ value: 1, label: 'Admin' }
{ value: 1, label: 'Admin' },
{ value: 2, label: 'User' }
],
filterBy: {
Expand Down

0 comments on commit 91472e5

Please sign in to comment.