mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-12-15 11:22:49 +03:00
Pull request: 6770 Fix blank settings page when access clients first
* commit 'da2cf75480369e304b3f3e06001b9e146f589a90': Fix blank settings page when access clients first
This commit is contained in:
commit
7f24fc7ccc
@ -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…
Reference in New Issue
Block a user