Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
feat(knobs): Quick order change knobs blockquote - FRONT-458 (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joosthe authored Feb 4, 2020
1 parent 518123a commit 74aecf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ storiesOf('Components/Blockquote', module)
'default',
() =>
blockquote({
citation: text('Citation', data.citation),
author: text('Author name', data.author),
citation: text('Citation', data.citation),
}),
{
notes: { markdown: notes, json: data },
Expand Down

0 comments on commit 74aecf8

Please sign in to comment.