*[bug#50519] fix return button

This commit is contained in:
zhaixiaojian
2024-06-06 01:17:32 +00:00
parent 063d575e8d
commit 00844482e2
+1 -1
View File
@@ -55,7 +55,7 @@ form
array(
'text' => $lang->goback,
'btnType' => 'info',
'back' => true
'back' => jsRaw('() => {goBack()}')
)
)
))