File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
apps/back-office/src/app/dashboard/pages/dashboard
libs/shared/src/lib/services/dashboard Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ export class DashboardComponent
299299 ) ;
300300 } ) ;
301301 }
302- // queryId
302+ // queryId
303303 } else if ( queryId ) {
304304 template = templates ?. find ( ( d ) => {
305305 // If templates use reference data
Original file line number Diff line number Diff line change @@ -159,7 +159,6 @@ export class DashboardService {
159159 *
160160 * @param page Page to copy content from
161161 * @param context The type of context to be added to the dashboard
162- * @param id The id of the context to be added to the dashboard
163162 * @returns The newly created dashboard
164163 */
165164 public createDashboardWithContext ( page : string , context : any ) {
You can’t perform that action at this time.
0 commit comments