Remove `status` from example on the import UI

This commit is contained in:
Kailash Nadh 2020-02-05 12:00:26 +05:30
parent ab8bac226f
commit 8616aa8028
1 changed files with 0 additions and 1 deletions

View File

@ -436,7 +436,6 @@ class Import extends React.PureComponent {
<code className="csv-headers">
<span>email,</span>
<span>name,</span>
<span>status,</span>
<span>attributes</span>
</code>
</blockquote>