Skip to content

Commit

Permalink
docs(radio-tile): remove invalid labelText prop from story (#4829)
Browse files Browse the repository at this point in the history
  • Loading branch information
jendowns authored and asudoh committed Dec 6, 2019
1 parent bf14fb7 commit ed337fe
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions packages/react/src/components/Tile/Tile-story.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,25 +146,13 @@ storiesOf('Tile', module)
defaultSelected="default-selected"
legend="Selectable Tile Group"
{...props.group()}>
<RadioTile
value="standard"
id="tile-1"
labelText="Selectable Tile"
{...radioProps}>
<RadioTile value="standard" id="tile-1" {...radioProps}>
Selectable Tile
</RadioTile>
<RadioTile
value="default-selected"
labelText="Default selected tile"
id="tile-2"
{...radioProps}>
<RadioTile value="default-selected" id="tile-2" {...radioProps}>
Selectable Tile
</RadioTile>
<RadioTile
value="selected"
labelText="Selectable Tile"
id="tile-3"
{...radioProps}>
<RadioTile value="selected" id="tile-3" {...radioProps}>
Selectable Tile
</RadioTile>
</TileGroup>
Expand Down

0 comments on commit ed337fe

Please sign in to comment.