Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit dcdd3c0

Browse files
authored
Merge pull request #98 from cagdas001/dev
fix(roles): set initial rates to 1000
2 parents 1b512f3 + 72c8dcd commit dcdd3c0

File tree

1 file changed

+12
-12
lines changed
  • src/routes/Roles/components/RoleForm

1 file changed

+12
-12
lines changed

src/routes/Roles/components/RoleForm/index.jsx

+12-12
Original file line numberDiff line numberDiff line change
@@ -72,18 +72,18 @@ function RoleForm() {
7272
rates: [
7373
...roleState.rates,
7474
{
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,
75+
global: 1000,
76+
inCountry: 1000,
77+
offShore: 1000,
78+
niche: 1000,
79+
rate30Niche: 1000,
80+
rate30Global: 1000,
81+
rate30InCountry: 1000,
82+
rate30OffShore: 1000,
83+
rate20Niche: 1000,
84+
rate20Global: 1000,
85+
rate20InCountry: 1000,
86+
rate20OffShore: 1000,
8787
},
8888
],
8989
})

0 commit comments

Comments
 (0)