Browse Source

fix disable button with error

CR003
Alex Cheung 11 months ago
parent
commit
20902d5305
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/components/FiDataGrid.js

+ 1
- 0
src/components/FiDataGrid.js View File

@@ -140,6 +140,7 @@ export function FiDataGrid({ rows, columns, sx, autoHeight,
onError: function (error){
console.log(error)
setLoading(false)
applyGridOnReady(false)
}
});
}


Loading…
Cancel
Save