Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve filtered catalogs #76

Merged
merged 8 commits into from
Nov 3, 2021
Prev Previous commit
Next Next commit
Using filteredcatalogmetadataviewer to display all datasets, since th…
…at works too! Now, only single component to edit
bryanrcarlson committed Nov 2, 2021
commit 7a5fd17e1162dc2b078cb61270443e8ba3be8533
2 changes: 1 addition & 1 deletion Caf.Midden.Wasm/Pages/Catalog.razor
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
<PageHeader Class="site-page-header" Title="Catalog" />
<Tabs Type="@TabType.Card">
<TabPane Key="1" Tab="Datasets">
<CatalogMetadataViewer />
<FilteredCatalogMetadataViewer />
</TabPane>
<TabPane Key="2" Tab="Variables">
<CatalogVariableViewer />