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() {
|
||||
if (api.getFeatures().log) {
|
||||
if (!api.getFeatures().log) {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue