This website works better with JavaScript.
Home
Explore
Help
Sign In
alex
/
PNSPS-frontend-MaterialUI
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix disable button with error
CR003
Alex Cheung
11 months ago
parent
5b5589566a
commit
20902d5305
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
}
});
}
Write
Preview
Loading…
Cancel
Save