fix sorting and add delete dialog
This commit is contained in:
@ -2,6 +2,7 @@ import { Container, DataGridInner } from '@/components';
|
||||
import { ManageSucosContextProvider } from './hooks/ManageSucosContext';
|
||||
import AddDialog from './blocks/AddDialog';
|
||||
import EditDialog from './blocks/EditDialog';
|
||||
import DeleteDialog from './blocks/DeleteDialog';
|
||||
|
||||
const SucosMaster = () => {
|
||||
return (
|
||||
@ -13,6 +14,7 @@ const SucosMaster = () => {
|
||||
</div>
|
||||
<AddDialog />
|
||||
<EditDialog />
|
||||
<DeleteDialog />
|
||||
</Container>
|
||||
</ManageSucosContextProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user