Skip to content

Commit

Permalink
Addon-docs: Fix prop table default value for web-components (#9086)
Browse files Browse the repository at this point in the history
Addon-docs: Fix prop table default value for web-components
  • Loading branch information
shilman authored Dec 7, 2019
2 parents d6d0db7 + b1e7641 commit 3e9f0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/docs/src/frameworks/web-components/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function mapData(data) {
type: { summary: item.type },
required: '',
description: item.description,
defaultValue: { summary: item.default },
defaultValue: { summary: item.defaultValue }
}));
}

Expand Down

0 comments on commit 3e9f0fc

Please sign in to comment.