Skip to content

Commit 6aa653e

Browse files
committed
Removido titulo da tabela
1 parent 3feaa66 commit 6aa653e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: frontend/src/components/Tabela/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function TabelaUtil({ listagem, titleAdd, openModal, colunas }: Table) {
1818
components={{
1919
Toolbar: () => {
2020
return (
21-
<GridToolbarContainer title='Fornecedores' >
21+
<GridToolbarContainer>
2222
<GridToolbarQuickFilter />
2323
<GridToolbarExport />
2424
<IconButton

0 commit comments

Comments
 (0)