code quality improvements and improved file error handling

This commit is contained in:
2025-09-17 11:39:26 +01:00
parent b98e3ed85d
commit 0b7ab3b0de
20 changed files with 226 additions and 144 deletions

View File

@@ -13,9 +13,9 @@ const NPEDFields = () => {
const initialValues = user
? {
username: user.propUsername.value,
password: user.propPassword.value,
clientId: user.propClientID.value,
username: user?.propUsername?.value,
password: user?.propPassword?.value,
clientId: user?.propClientID?.value,
frontId: "NPED",
rearId: "NPED",
}