Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
* Move message outside of p-tag
  • Loading branch information
Roschl authored Aug 19, 2021
1 parent 2888829 commit 6bf53d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ const BoundaryValuesDataTable = (props: IProps) => {
<Icon name="upload"/>
Upload csv
</Button>
{error && <Message error>{error}</Message>}
</p>
}
{error && <Message error>{error}</Message>}
{spValues && spValues.length > 20 &&
<Pagination
activePage={paginationPage}
Expand Down

0 comments on commit 6bf53d0

Please sign in to comment.