Explorar el Código

fix disable button with error

CR003
Alex Cheung hace 11 meses
padre
commit
20902d5305
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/components/FiDataGrid.js

+ 1
- 0
src/components/FiDataGrid.js Ver fichero

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


Cargando…
Cancelar
Guardar