We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b0364 commit a54067eCopy full SHA for a54067e
1 file changed
web/src/components/datasets/DatasetDetailPage.tsx
@@ -127,17 +127,11 @@ const DatasetDetailPage: FunctionComponent<IProps> = (props) => {
127
padding: `0 ${theme.spacing(2)}`,
128
}}
129
>
130
- <DatasetTags
131
- namespace={props.lineageDataset.namespace}
132
- datasetName={props.lineageDataset.name}
133
- datasetTags={firstVersion.tags}
134
- />
135
<Box>
136
<DatasetTags
137
datasetTags={tags}
138
datasetName={lineageDataset.name}
139
namespace={lineageDataset.namespace}
140
- readonly
141
/>
142
<Box display={'flex'} justifyContent={'space-between'} mb={2}>
143
<Box sx={{ borderBottom: 1, borderColor: 'divider' }}>
0 commit comments