Fix frontend log viewer not being enabled correctly
This commit is contained in:
parent
401643afba
commit
448cbfc92d
@ -77,7 +77,7 @@ class Dashboard extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async enableLogs() {
|
async enableLogs() {
|
||||||
if (api.getFeatures().log) {
|
if (!api.getFeatures().log) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user