Skip to content

Commit ff12fcc

Browse files
committed
Disable filter and sorting
1 parent 75ef57b commit ff12fcc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/fields/src/fields/notes/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ const notesField: Field< PostWithNotesCount > = {
1717
id: 'notesCount',
1818
label: __( 'Notes' ),
1919
type: 'integer',
20+
enableSorting: false,
21+
filterBy: false,
2022
};
2123

2224
/**

0 commit comments

Comments
 (0)