Skip to content

Commit

Permalink
PORTALS-3208
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-hodgson committed Sep 13, 2024
1 parent 384ff2a commit 8359176
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/portals/elportal/src/config/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ export const computationalSql = 'SELECT * FROM syn51469335'
export const upsetPlotSql = 'SELECT files, assay FROM syn51581771'
export const cohortBuilderSql = 'SELECT * FROM syn52234652'
export const cohortBuilderFilesSql = 'SELECT * FROM syn52234677'
export const partnersSql = 'SELECT * FROM syn62661043'
export const partnersSql =
'SELECT * FROM syn62661043 order by organizationName desc'

export const defaultSearchConfiguration = {
fullTextSearchHelpURL: 'https://help.eliteportal.org/help/search-tips',
Expand Down
2 changes: 1 addition & 1 deletion apps/portals/elportal/src/config/routesConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const routes: GenericRoute[] = [
type: SynapseConstants.ORGANIZATION,
description: 'summary',
icon: 'abbreviation',
link: 'website',
link: 'organizationPath',
thumbnailRequiresPadding: true,
imageFileHandleColumnName: 'cardLogo',
},
Expand Down

0 comments on commit 8359176

Please sign in to comment.