Skip to content

Commit

Permalink
feat: disable datasets.accessible sorting (DataBiosphere#3596) (DataB…
Browse files Browse the repository at this point in the history
…iosphere#3597)

Co-authored-by: Fran McDade <[email protected]>
  • Loading branch information
frano-m and Fran McDade authored Aug 7, 2023
1 parent a1dac11 commit 2e4e4b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/site-config/anvil-cmg/dev/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const URL_DATASETS = "/datasets";

export function make_config(
browserUrl: string,
catalog: string=CATALOG_DEFAULT
catalog: string = CATALOG_DEFAULT
): SiteConfig {
return {
analytics: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export const datasetsEntityConfig: EntityConfig<DatasetsResponse> = {
component: Components.AccessStatusBadge,
viewBuilder: ViewBuilder.buildDatasetAccess,
} as ComponentConfig<typeof Components.AccessStatusBadge>,
disableSorting: true,
header: "Access",
id: "datasets.accessible",
width: "max-content",
Expand Down

0 comments on commit 2e4e4b7

Please sign in to comment.