Additional stable refactors, redux deprecation, substr deprecation. Clearing stage as to not lose low risk work.

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2023-12-20 16:30:22 -05:00
parent 46d514ad1c
commit 1c5f74e4f0
4 changed files with 66 additions and 17 deletions

View File

@@ -100,7 +100,7 @@ export function DmsPostForm({ bodyshop, socket, job, logsRef }) {
"UNKNOWN",
})
: ""
}`.substr(0, 239),
}`.slice(0, 239),
inservicedate: dayjs("2019-01-01"),
}}
>