Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Commit

Permalink
no initial values on styling story
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Jul 11, 2018
1 parent 15c8d73 commit f4eea59
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions storybook/lit-form.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,6 @@ storiesOf('lit-form', module)
],
};

const jsonLd = {
'https://schema.org/name': {
'@value': 'John Doe',
},
};

return html`
<custom-style>
<style>
Expand All @@ -183,7 +177,6 @@ storiesOf('lit-form', module)
<lit-form id="styling"
contract="${jsonldContract}"
value="${defaultValue(jsonLd)}"
submit-button-label="Register"
on-submit="${onSubmit}"></lit-form>`;
});

0 comments on commit f4eea59

Please sign in to comment.