diff --git a/packages/client/src/collection-manager/hooks/useCollectionField.ts b/packages/client/src/collection-manager/hooks/useCollectionField.ts index 4d7c51f4d..10771ee27 100644 --- a/packages/client/src/collection-manager/hooks/useCollectionField.ts +++ b/packages/client/src/collection-manager/hooks/useCollectionField.ts @@ -16,7 +16,6 @@ export const useCollectionField = () => { } const resourceName = `${ctx?.collectionName || collection?.name}.${ctx.name}`; const resource = api?.resource(resourceName, record[ctx.sourceKey]); - debugger; return { ...ctx, uiSchema: compile(ctx.uiSchema), diff --git a/packages/client/src/route-switch/antd/admin-layout/index.tsx b/packages/client/src/route-switch/antd/admin-layout/index.tsx index 6cbd67af7..3e1761f5d 100644 --- a/packages/client/src/route-switch/antd/admin-layout/index.tsx +++ b/packages/client/src/route-switch/antd/admin-layout/index.tsx @@ -1,3 +1,4 @@ +import { css } from '@emotion/css'; import { Layout } from 'antd'; import React, { useRef, useState } from 'react'; import { useHistory, useRouteMatch } from 'react-router-dom'; @@ -34,7 +35,16 @@ const InternalAdminLayout = (props: any) => {
-
{result?.data?.data?.title}
+
+ + {/* {result?.data?.data?.title} */} +