Skip to content

Commit

Permalink
Merge pull request #65 from bleu-fi/joao/click-726-novo-design-para-r…
Browse files Browse the repository at this point in the history
…esultado-do-diagnostico

chore: add loading state for datatable
  • Loading branch information
ribeirojose authored Apr 22, 2024
2 parents 478abc0 + 4a6ca40 commit b31695b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/DataTable/DataTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export function DataTable({
buildTableColumns = buildColumns,
setQueryToParams,
setSelectedData,
isLoading = false,
}) {
const {
pagination,
Expand Down Expand Up @@ -154,6 +155,7 @@ export function DataTable({
setTableState,
table,
searchKey,
isLoading,
};

return (
Expand Down

0 comments on commit b31695b

Please sign in to comment.