Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
update: title change
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetAnithaVarghese committed Aug 26, 2024
1 parent 216eeb7 commit 5e5c33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/diabetes-research-hub/ux.sql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class DRHSqlPages extends spn.TypicalSqlPageNotebook {
;
SELECT
'Research Study Details' as title,
'Study Participant ResearchSite Details' as title,
'/drh/study-related-data/index.sql' as link,
'This section provides detailed information about the study , the participants and sites involved in the research study.' as description,
'book' as icon,
Expand Down

1 comment on commit 5e5c33f

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 5e5c33f Aug 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Your deployment uses decorators. The default for 'experimentalDecorators' will be changing to 'false'. In the meantime, please explicitly set the 'experimentalDecorators' compiler option. For more information, see https://deno.com/deploy/changelog#es-decorators-are-enabled-on-deno-deploy-replacing-experimental-ts-decorators

Please sign in to comment.