Commit a81f71b7 authored by Muhammadali's avatar Muhammadali

update-

parent 6e6ce03b
{
"name": "boxdialer",
"version": "4.8.64",
"version": "4.8.65",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -15,15 +15,15 @@ const FixComponent = () => {
const marks = [
{
value: 1,
label: '1s',
label: '0s',
},
{
value: 40,
label: '3s',
value: 50,
label: '5s',
},
{
value: 100,
label: '6s',
label: '10s',
}
];
......
......@@ -497,11 +497,11 @@ export class BoxDialer {
case 1:
second = 1000
break
case 40:
second = 3000
case 50:
second = 5000
break
case 100:
second = 6000
second = 10000
break
default:
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