Fix album detail table customizations

This commit is contained in:
jeffvli 2023-10-07 18:11:02 -07:00
parent 49b6478b72
commit 277669c413
3 changed files with 51 additions and 8 deletions

View file

@ -87,6 +87,7 @@ export const GENRE_TABLE_COLUMNS = [
];
interface TableConfigDropdownProps {
// tableRef?: MutableRefObject<AgGridReactType<any> | null>;
type: TableType;
}