Skip to content

Commit 6a50a53

Browse files
fix(type): add "isSortable" to SmartFieldOptions interface (#1012)
1 parent de9e47a commit 6a50a53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ export interface SmartFieldOptions {
274274
description?: string;
275275
type: FieldType;
276276
isFilterable?: boolean;
277+
isSortable?: boolean;
277278
isReadOnly?: boolean;
278279
isRequired?: boolean;
279280
reference?: string;

0 commit comments

Comments
 (0)