AdGuardHome icon indicating copy to clipboard operation
AdGuardHome copied to clipboard

Fix blank settings page when access clients first

Open hoang-rio opened this issue 1 year ago • 1 comments

Step to reproduce bug:

  1. Open dashboard
  2. Open client setting
  3. Open settings

Actual: Blank page by queryLogs.ignored undefined error

Expect: Settings page display normally

It may a fix for #6634

hoang-rio avatar Feb 26 '24 02:02 hoang-rio

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 52.24%. Comparing base (9276afd) to head (560758b).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6770   +/-   ##
=======================================
  Coverage   52.24%   52.24%           
=======================================
  Files         186      186           
  Lines       14969    14969           
=======================================
  Hits         7821     7821           
  Misses       6393     6393           
  Partials      755      755           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Feb 26 '24 02:02 codecov-commenter

I reproduced the issue and I confirm it's solved here.

Mizzick avatar Feb 29 '24 03:02 Mizzick