Skip to content

Commit 73e17eb

Browse files
fix(type): add "isSortable" to SmartFieldOptions interface (#936)
1 parent aec88dd commit 73e17eb

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
@@ -280,6 +280,7 @@ export interface SmartFieldOptions {
280280
description?: string;
281281
type: FieldType;
282282
isFilterable?: boolean;
283+
isSortable?: boolean;
283284
isReadOnly?: boolean;
284285
isRequired?: boolean;
285286
reference?: string;

0 commit comments

Comments
 (0)