diff --git a/src/FilterLists.Web/ClientApp/modules/home/IListDto.ts b/src/FilterLists.Web/ClientApp/modules/home/IListDto.ts index b37ddd476..2dceafa49 100644 --- a/src/FilterLists.Web/ClientApp/modules/home/IListDto.ts +++ b/src/FilterLists.Web/ClientApp/modules/home/IListDto.ts @@ -1,7 +1,7 @@ export interface IListDto { id: number; - name: string; languages: IListLanguageDto[]; + name: string; softwareIds: number[]; tags: IListTagDto[]; updatedDate: string; diff --git a/src/FilterLists.Web/ClientApp/modules/home/components/listsTable/ListsTable.tsx b/src/FilterLists.Web/ClientApp/modules/home/components/listsTable/ListsTable.tsx index 47eaee293..9f2332dbb 100644 --- a/src/FilterLists.Web/ClientApp/modules/home/components/listsTable/ListsTable.tsx +++ b/src/FilterLists.Web/ClientApp/modules/home/components/listsTable/ListsTable.tsx @@ -81,7 +81,7 @@ export const ListsTable = (props: IProps) => { {e.name} )} , - width: 200, + width: 212, headerClassName: "d-none d-md-block", className: "d-none d-md-block", show: props.columnVisibility.filter(