Skip to content

Commit

Permalink
Pull request: 6770 Fix blank settings page when access clients first
Browse files Browse the repository at this point in the history
* commit 'da2cf75480369e304b3f3e06001b9e146f589a90':
  Fix blank settings page when access clients first
  • Loading branch information
Mizzick committed Mar 1, 2024
2 parents 499dcaa + da2cf75 commit 7f24fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Settings/LogsConfig/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 7f24fc7

Please sign in to comment.