8000 fix: CDataTable: add space in 'noItemsText' · moullo/coreui-react@1d41870 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d41870

Browse files
committed
fix: CDataTable: add space in 'noItemsText'
1 parent 5f71c83 commit 1d41870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/table/CDataTable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ const CDataTable = props => {
557557
{ noItemsViewSlot ||
558558
<div className="text-center my-5">
559559
<h2>
560-
{ noItemsText }
560+
{ noItemsText + ' ' }
561561
<CIcon
562562
width="30"
563563
name="cilBan"

0 commit comments

Comments
 (0)
0