Fix frontend log viewer not being enabled correctly
This commit is contained in:
parent
401643afba
commit
448cbfc92d
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class Dashboard extends Component {
|
||||||
}
|
}
|
||||||
|
|
||||||
async enableLogs() {
|
async enableLogs() {
|
||||||
if (api.getFeatures().log) {
|
if (!api.getFeatures().log) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue