Skip to content

Commit 2e4e4b7

Browse files
frano-mFran McDade
andauthored
feat: disable datasets.accessible sorting (#3596) (#3597)
Co-authored-by: Fran McDade <franmcdade@Frans-MacBook-Pro.local>
1 parent a1dac11 commit 2e4e4b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

explorer/site-config/anvil-cmg/dev/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const URL_DATASETS = "/datasets";
2323

2424
export function make_config(
2525
browserUrl: string,
26-
catalog: string=CATALOG_DEFAULT
26+
catalog: string = CATALOG_DEFAULT
2727
): SiteConfig {
2828
return {
2929
analytics: {

explorer/site-config/anvil-cmg/dev/index/datasetsEntityConfig.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export const datasetsEntityConfig: EntityConfig<DatasetsResponse> = {
6060
component: Components.AccessStatusBadge,
6161
viewBuilder: ViewBuilder.buildDatasetAccess,
6262
} as ComponentConfig<typeof Components.AccessStatusBadge>,
63+
disableSorting: true,
6364
header: "Access",
6465
id: "datasets.accessible",
6566
width: "max-content",

0 commit comments

Comments
 (0)