Skip to content

Commit

Permalink
docs: add missing attributes-* prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart committed Jul 12, 2024
1 parent 6ab1e3b commit d7f4bba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default meta;
export const Default: Story = {
name: 'atomic-rating-facet',
args: {
field: 'snrating',
'attributes-field': 'snrating',
},
decorators: [facetDecorator],
};
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default meta;
export const Default: Story = {
name: 'atomic-rating-range-facet',
args: {
field: 'snrating',
'attributes-field': 'snrating',
},
decorators: [facetDecorator],
};
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default meta;
export const Default: Story = {
name: 'atomic-segmented-facet',
args: {
field: 'objecttype',
label: 'Object Type',
'attributes-field': 'objecttype',
'attributes-label': 'Object Type',
},
};
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ export default meta;

export const Default: Story = {
name: 'atomic-result-rating',
args: {field: 'snrating'},
args: {'attributes-field': 'snrating'},
};

0 comments on commit d7f4bba

Please sign in to comment.