Skip to content

Commit

Permalink
Update range type option in conversation module (#2482)
Browse files Browse the repository at this point in the history
Co-authored-by: Franck Nijhof <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Spain <[email protected]>
Co-authored-by: Reinhard <[email protected]>
  • Loading branch information
5 people authored Feb 3, 2023
1 parent a01f81f commit 774def7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export interface CustomSentence {
}
| {
range: {
type: "number" | "percentage" | "temperature";
type?: "number" | "percentage" | "temperature";
from: number;
to: number;
};
Expand Down

0 comments on commit 774def7

Please sign in to comment.