Closed frankcash closed 4 years ago
The dataset preview card accepts tags and then can search from tags for the keys, but due to the fact that they aren't passed in from the homescreen component they will never be present and thus always default to []
tags
[]
https://github.com/frankcash/marquez-web/blob/e70139930d33105a60edf47810796c4d71bee092/src/components/DatasetPreviewCard.tsx#L43-L45
addresses #97
This PR addresses this by passing in the tags
See attached screenshot
Description
The dataset preview card accepts
tags
and then can search fromtags
for the keys, but due to the fact that they aren't passed in from the homescreen component they will never be present and thus always default to[]
https://github.com/frankcash/marquez-web/blob/e70139930d33105a60edf47810796c4d71bee092/src/components/DatasetPreviewCard.tsx#L43-L45
addresses #97
This PR addresses this by passing in the
tags
Checklist
See attached screenshot