Skip to content

Commit

Permalink
Merge pull request #200 from knadh/fix-incorrect-csv-example
Browse files Browse the repository at this point in the history
fix: incorrect csv import example on frontend
  • Loading branch information
knadh authored Oct 4, 2020
2 parents 03338d5 + 025d54b commit be9fbcd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions frontend/src/views/Import.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,12 @@
<code className="csv-row">
<span>user1@mail.com,</span>
<span>"User One",</span>
<span>{'"{""age"": 42, ""planet"": ""Mars""}"'}</span>
<span>"{""age"": 42, ""planet"": ""Mars""}"</span>
</code><br />
<code className="csv-row">
<span>user2@mail.com,</span>
<span>"User Two",</span>
<span>
{'"{""age"": 24, ""job"": ""Time Traveller""}"'}
</span>
<span>"{""age"": 24, ""job"": ""Time Traveller""}"</span>
</code>
</blockquote>
</div>
Expand Down

0 comments on commit be9fbcd

Please sign in to comment.