Skip to content

Commit

Permalink
feat: hide dashboard title on Metabase integration
Browse files Browse the repository at this point in the history
  • Loading branch information
loicguillois authored Dec 30, 2024
1 parent 8146f6b commit eac5b52
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 eac5b52

Please sign in to comment.