diff --git a/components/apolloTable/component/base/edit/select/index.tsx b/components/apolloTable/component/base/edit/select/index.tsx index 268c947cf9af2777a6c438952e7f6d6e7fe028b4..5312c432d61b18b966eb8c5d551bda00ec4d3065 100644 --- a/components/apolloTable/component/base/edit/select/index.tsx +++ b/components/apolloTable/component/base/edit/select/index.tsx @@ -16,7 +16,6 @@ export const ApolloSelect = (props: ApolloSelectProps) => { if (isMultiple) { selfProps.mode = 'multiple'; } - debugger return (