Updated assessor page
This commit is contained in:
parent
68e2b7337b
commit
fff4a1a9a1
1 changed files with 2 additions and 2 deletions
|
|
@ -507,8 +507,8 @@ export default () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
const saveConfig = async () => {
|
const saveConfig = async () => {
|
||||||
if (configNewName() !== '') await saveNewName(parseInt(employeeId()), configNewName())
|
if (configNewName() !== '') await saveNewName(parseInt(employeeId().toString()), configNewName())
|
||||||
if (configNewPassword() !== '') await saveNewPassword(parseInt(employeeId()), configNewEncPassword())
|
if (configNewPassword() !== '') await saveNewPassword(parseInt(employeeId().toString()), configNewEncPassword())
|
||||||
|
|
||||||
setConfigNotification(true)
|
setConfigNotification(true)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue