Commit a81f71b7 authored by Muhammadali's avatar Muhammadali

update-

parent 6e6ce03b
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.8.64", "version": "4.8.65",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -15,15 +15,15 @@ const FixComponent = () => { ...@@ -15,15 +15,15 @@ const FixComponent = () => {
const marks = [ const marks = [
{ {
value: 1, value: 1,
label: '1s', label: '0s',
}, },
{ {
value: 40, value: 50,
label: '3s', label: '5s',
}, },
{ {
value: 100, value: 100,
label: '6s', label: '10s',
} }
]; ];
......
...@@ -497,11 +497,11 @@ export class BoxDialer { ...@@ -497,11 +497,11 @@ export class BoxDialer {
case 1: case 1:
second = 1000 second = 1000
break break
case 40: case 50:
second = 3000 second = 5000
break break
case 100: case 100:
second = 6000 second = 10000
break break
default: default:
second = 0 second = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment