Skip to content
Snippets Groups Projects
Unverified Commit 1a5f1fed authored by Kyle Doherty's avatar Kyle Doherty Committed by GitHub
Browse files

remove reference / x-ray links on schema for now (#8023)

parent b4155dff
No related branches found
No related tags found
No related merge requests found
......@@ -70,20 +70,12 @@ export class SchemaBrowser extends React.Component {
hover={{ color: normal.purple }}
>
<Card hoverable px={1}>
<Flex align="center">
<EntityItem
name={schema.name}
iconName="folder"
iconColor={normal.purple}
item={schema}
/>
<Box ml="auto">
<Icon name="reference" />
<Tooltip tooltip={t`X-ray this schema`}>
<Icon name="bolt" mx={1} />
</Tooltip>
</Box>
</Flex>
<EntityItem
name={schema.name}
iconName="folder"
iconColor={normal.purple}
item={schema}
/>
</Card>
</Link>
</GridItem>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment