Skip to content

Commit 6095b6f

Browse files
committed
Fix edge case for failuredata handling
1 parent c407d6f commit 6095b6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/actions/connections/FinancialForce.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function prepareOnyxDataForFinancialForceCodingUpdate<K extends keyof FinancialF
4949
[CONST.POLICY.CONNECTIONS.NAME.CERTINIA]: {
5050
config: {
5151
coding: {
52-
[settingName]: oldSettingValue,
52+
[settingName]: oldSettingValue ?? null,
5353
},
5454
pendingFields: {
5555
[settingName]: null,

0 commit comments

Comments
 (0)