Skip to content

Commit

Permalink
Remove "documentDescription" class in table block
Browse files Browse the repository at this point in the history
  • Loading branch information
sverbois authored Nov 26, 2019
1 parent 444037d commit 6d37a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/manage/Blocks/Table/View.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { settings } from '~/config';
* @extends Component
*/
const View = ({ data }) => (
<p className="documentDescription">
<p>
{data && data.table && (
<Table
fixed={data.table.fixed}
Expand Down

0 comments on commit 6d37a79

Please sign in to comment.