Fix filters not applying in detailed view (#34259)
This commit is contained in:
parent
ff2ba559e8
commit
853b848109
4 changed files with 34 additions and 12 deletions
|
@ -7,6 +7,8 @@ export const toServerSideType = (columnType: string) => {
|
|||
case 'account':
|
||||
case 'explore':
|
||||
return columnType;
|
||||
case 'detailed':
|
||||
return 'thread';
|
||||
default:
|
||||
if (columnType.includes('list:') || columnType.includes('antenna:')) {
|
||||
return 'home';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue