diff --git a/apps/dashboard/app/javascript/path_selector/path_selector_data_table.js b/apps/dashboard/app/javascript/path_selector/path_selector_data_table.js index 3070c56428..5704e0b909 100644 --- a/apps/dashboard/app/javascript/path_selector/path_selector_data_table.js +++ b/apps/dashboard/app/javascript/path_selector/path_selector_data_table.js @@ -32,7 +32,7 @@ export class PathSelectorTable { this.reloadTable(this.initialUrl()); $(`#${this.tableId} tbody`).on('click', 'tr', (event) => { this.clickRow(event) }); - $('#favorites').on('click', 'li', (event) => { this.clickRow(event) }); + $('#favorites').on('click', 'a', (event) => { this.clickRow(event) }); $(`#${this.breadcrumbId}`).on('click', 'li', (event) => { this.clickBreadcrumb(event) }); $(`#${this.selectButtonId}`).on('click', (event) => { this.selectPath(event) }); } diff --git a/apps/dashboard/app/views/batch_connect/session_contexts/_favorites.html.erb b/apps/dashboard/app/views/batch_connect/session_contexts/_favorites.html.erb index 33149bda92..7fd68987ad 100644 --- a/apps/dashboard/app/views/batch_connect/session_contexts/_favorites.html.erb +++ b/apps/dashboard/app/views/batch_connect/session_contexts/_favorites.html.erb @@ -1,6 +1,6 @@ -