We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b512f3 commit 72c8dcdCopy full SHA for 72c8dcd
src/routes/Roles/components/RoleForm/index.jsx
@@ -72,18 +72,18 @@ function RoleForm() {
72
rates: [
73
...roleState.rates,
74
{
75
- global: 10,
76
- inCountry: 10,
77
- offShore: 10,
78
- niche: 10,
79
- rate30Niche: 10,
80
- rate30Global: 10,
81
- rate30InCountry: 10,
82
- rate30OffShore: 10,
83
- rate20Niche: 10,
84
- rate20Global: 10,
85
- rate20InCountry: 10,
86
- rate20OffShore: 10,
+ global: 1000,
+ inCountry: 1000,
+ offShore: 1000,
+ niche: 1000,
+ rate30Niche: 1000,
+ rate30Global: 1000,
+ rate30InCountry: 1000,
+ rate30OffShore: 1000,
+ rate20Niche: 1000,
+ rate20Global: 1000,
+ rate20InCountry: 1000,
+ rate20OffShore: 1000,
87
},
88
],
89
})
0 commit comments