Skip to content

Commit

Permalink
Fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinH authored Mar 8, 2021
1 parent 04e782f commit 61adb7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,5 +258,5 @@ interface Option {
resource?: string;
sort?: SortPayload;
source: string;
getEnabled?: (filters: any) => boolean;
isEnabled?: (filters: any) => boolean;
}

0 comments on commit 61adb7f

Please sign in to comment.