Commit ad9c927
authored
Update BootstrapTable.js
change
if (nextProps.data === undefined) {
return
}
to
if (!nextProps.data) {
return;
}1 parent ed52b73 commit ad9c927
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
219 | | - | |
| 218 | + | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
0 commit comments