diff --git a/frontend/src/app/components/dashboard/db-tables-list/db-tables-list.component.html b/frontend/src/app/components/dashboard/db-tables-list/db-tables-list.component.html index eda0e5dc1..5ae7c8a97 100644 --- a/frontend/src/app/components/dashboard/db-tables-list/db-tables-list.component.html +++ b/frontend/src/app/components/dashboard/db-tables-list/db-tables-list.component.html @@ -124,12 +124,12 @@ chevron_right - - - diff --git a/frontend/src/app/components/dashboard/db-tables-list/db-tables-list.component.ts b/frontend/src/app/components/dashboard/db-tables-list/db-tables-list.component.ts index de0053718..c386cc20a 100644 --- a/frontend/src/app/components/dashboard/db-tables-list/db-tables-list.component.ts +++ b/frontend/src/app/components/dashboard/db-tables-list/db-tables-list.component.ts @@ -300,20 +300,6 @@ export class DbTablesListComponent implements OnInit, OnChanges { }); } - - onMenuClosed() { - // Menu closed, no action needed - } - - closeMenu(menu: any) { - if (menu && menu.close) { - menu.close(); - } - } - - - - getFolderTables(folder: Folder): TableProperties[] { const folderTables = this.tables.filter(table => folder.tableIds.includes(table.table));