mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-18 14:21:08 -05:00
🐛 fix(config): AlipayF2F
This commit is contained in:
parent
b0c87fbf3d
commit
6c07107376
@ -222,7 +222,7 @@ export default function AlipayF2F() {
|
|||||||
<TableCell className='text-right'>
|
<TableCell className='text-right'>
|
||||||
<Textarea
|
<Textarea
|
||||||
placeholder={t('inputPlaceholder')}
|
placeholder={t('inputPlaceholder')}
|
||||||
value={data?.config.public_key}
|
defaultValue={data?.config.public_key}
|
||||||
onBlur={(e) => {
|
onBlur={(e) => {
|
||||||
updateConfig('config', {
|
updateConfig('config', {
|
||||||
...data?.config,
|
...data?.config,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user