Skip to content

Commit

Permalink
Merge pull request #1062 from MTES-MCT/hide-metabase-dashboard-title
Browse files Browse the repository at this point in the history
feat: hide dashboard title on Metabase integration
  • Loading branch information
loicguillois authored Dec 31, 2024
2 parents 8146f6b + eac5b52 commit b86db34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/models/DashboardApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ interface CreateURLOptions {
}

export function createURL(opts: CreateURLOptions): string {
return `${opts.domain}/embed/dashboard/${opts.token}#bordered=true&titled=true`;
return `${opts.domain}/embed/dashboard/${opts.token}#bordered=true&titled=false`;
}

0 comments on commit b86db34

Please sign in to comment.