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