690319:2254 Update Backend & Frontend dep. #02
Build and Deploy / deploy (push) Failing after 11m29s
Build and Deploy / deploy (push) Failing after 11m29s
This commit is contained in:
@@ -71,7 +71,7 @@ export function TemplateEditor({
|
||||
|
||||
// Dynamic context based on selection (optional visual enhancement)
|
||||
if (v.key === '{TYPE}' && typeId) {
|
||||
const t = correspondenceTypes.find(ct => ct.id.toString() === typeId);
|
||||
const t = (correspondenceTypes as any[]).find((ct: any) => ct.id?.toString() === typeId);
|
||||
if (t) replacement = t.typeCode;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user