From f40c39c554bcb89c7700a511df565e951537697c Mon Sep 17 00:00:00 2001 From: yassinedorbozgithub Date: Thu, 3 Oct 2024 18:00:52 +0100 Subject: [PATCH] fix(frontend): remove unused ContentTypeDialog component --- frontend/src/components/content-types/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/components/content-types/index.tsx b/frontend/src/components/content-types/index.tsx index 23e8e9f..84cf93c 100644 --- a/frontend/src/components/content-types/index.tsx +++ b/frontend/src/components/content-types/index.tsx @@ -41,7 +41,6 @@ export const ContentTypes = () => { const router = useRouter(); // Dialog Controls const addDialogCtl = useDialog(false); - const editDialogCtl = useDialog(false); const deleteDialogCtl = useDialog(false); const fieldsDialogCtl = useDialog(false); // data fetching @@ -119,7 +118,6 @@ export const ContentTypes = () => { - {