feat: add the add to list

This commit is contained in:
Rodolfo Ruiz
2025-06-04 19:43:37 -06:00
parent 083b077ebb
commit cef04888c6
2 changed files with 6 additions and 4 deletions

View File

@@ -50,7 +50,6 @@ export default function Admin({ children, maxWidth = 'lg', sx = {} }) {
</DialogContent>
</Dialog>
<DataGrid
rows={rows}
columns={columns}