mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
Fix blank settings page when access clients first
This commit is contained in:
parent
9276afd79d
commit
560758b812
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class LogsConfig extends Component {
|
|||
interval,
|
||||
customInterval,
|
||||
anonymize_client_ip,
|
||||
ignored: ignored.join('\n'),
|
||||
ignored: ignored?.join('\n'),
|
||||
}}
|
||||
onSubmit={this.handleFormSubmit}
|
||||
processing={processing}
|
||||
|
|
Loading…
Add table
Reference in a new issue