diff --git a/client/app/components/queries/SchemaBrowser.jsx b/client/app/components/queries/SchemaBrowser.jsx index 730f4acf88..ed8d2402ed 100644 --- a/client/app/components/queries/SchemaBrowser.jsx +++ b/client/app/components/queries/SchemaBrowser.jsx @@ -16,7 +16,6 @@ import LoadingState from "../items-list/components/LoadingState"; const SchemaItemColumnType = PropTypes.shape({ name: PropTypes.string.isRequired, type: PropTypes.string, - comment: PropTypes.string, }); export const SchemaItemType = PropTypes.shape({ @@ -48,30 +47,13 @@ function SchemaItem({ item, expanded, onToggle, onSelect, ...props }) { return (
- {item.description ? ( - - -