Skip to content

Commit faec157

Browse files
committed
Fix global config not being applied when printing.
1 parent d078c9a commit faec157

File tree

1 file changed

+1
-0
lines changed
  • frontend/src/js/ui/views/templates/template

1 file changed

+1
-0
lines changed

frontend/src/js/ui/views/templates/template/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ export default () => {
221221

222222
render(state.template.printTemplate, {
223223
it: e.data,
224+
config: state.config,
224225
images: state.template.images,
225226
})
226227
.then((res) => {

0 commit comments

Comments
 (0)