parent
76b5d4f2c6
commit
f1ce14e396
6 changed files with 7 additions and 2 deletions
|
@ -5,6 +5,7 @@ export const toServerSideType = (columnType: string) => {
|
|||
case 'public':
|
||||
case 'thread':
|
||||
case 'account':
|
||||
case 'explore':
|
||||
return columnType;
|
||||
default:
|
||||
if (columnType.includes('list:') || columnType.includes('antenna:')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue