Skip to content

Commit

Permalink
cherry-pick: 6180 revert
Browse files Browse the repository at this point in the history
  • Loading branch information
ainar-g committed Oct 11, 2023
1 parent 760d466 commit c6aed4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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
2 changes: 1 addition & 1 deletion client/src/components/Settings/StatsConfig/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class StatsConfig extends Component {
interval,
customInterval,
enabled,
ignored: ignored?.join('\n'),
ignored: ignored.join('\n'),
}}
onSubmit={this.handleFormSubmit}
processing={processing}
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/ui/Card.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

.dashboard .card-table-overflow--limited {
max-height: 19rem;
max-height: 18rem;
}

.card-actions {
Expand Down

0 comments on commit c6aed4e

Please sign in to comment.