Browse Source

reverse autoformatting of the ide

NAME 5 years ago
parent
commit
16e9ca3c2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bootstrap-table.js

+ 1 - 1
src/bootstrap-table.js

@@ -952,7 +952,7 @@ class BootstrapTable {
     pageList = pageList.map(value => {
       if (typeof value === 'string') {
         return value.toLowerCase() === opts.formatAllRows().toLowerCase() ||
-        ['all', 'unlimited'].includes(value.toLowerCase())
+          ['all', 'unlimited'].includes(value.toLowerCase())
           ? opts.formatAllRows() : +value
       }
       return value