Skip to content

Commit

Permalink
make number type
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-tvu committed Jul 20, 2022
1 parent f6fb61f commit 04d266d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/app/services/HeartbeatMonitorForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function clampTimeout(val: string): number | string {
}
export interface Value {
name: string
timeoutMinutes: [number, string] | number
timeoutMinutes: number
}
interface HeartbeatMonitorFormProps {
value: Value
Expand Down

0 comments on commit 04d266d

Please sign in to comment.