Commit 7fc39ad
fix(exporter.js): exporterExcelCustomFormatter should return the unmodified docDefinition
* Default exporterExcelCustomFormatter shouldn't return null
The default exporterExcelCustomFormatter custom function currently returns null which causes errors downstream. It should return the unmodified docDefinition
This should fix issue #6774
* Correcting the fix
The fix is supposed to be for exporterExcelCustomFormatter not exporterExcelHeader
closes #67741 parent 9ab0a4c commit 7fc39ad
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
608 | 608 | | |
609 | 609 | | |
610 | 610 | | |
611 | | - | |
| 611 | + | |
612 | 612 | | |
613 | 613 | | |
614 | 614 | | |
| |||
0 commit comments