We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1dac11 commit 2e4e4b7Copy full SHA for 2e4e4b7
explorer/site-config/anvil-cmg/dev/config.ts
@@ -23,7 +23,7 @@ export const URL_DATASETS = "/datasets";
23
24
export function make_config(
25
browserUrl: string,
26
- catalog: string=CATALOG_DEFAULT
+ catalog: string = CATALOG_DEFAULT
27
): SiteConfig {
28
return {
29
analytics: {
explorer/site-config/anvil-cmg/dev/index/datasetsEntityConfig.ts
@@ -60,6 +60,7 @@ export const datasetsEntityConfig: EntityConfig<DatasetsResponse> = {
60
component: Components.AccessStatusBadge,
61
viewBuilder: ViewBuilder.buildDatasetAccess,
62
} as ComponentConfig<typeof Components.AccessStatusBadge>,
63
+ disableSorting: true,
64
header: "Access",
65
id: "datasets.accessible",
66
width: "max-content",
0 commit comments