File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
site/src/modules/dashboard/Navbar Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ const meta: Meta<typeof MobileMenu> = {
23
23
component : MobileMenu ,
24
24
args : {
25
25
proxyContextValue : {
26
+ latenciesLoaded : true ,
26
27
proxy : {
27
28
preferredPathAppURL : "" ,
28
29
preferredWildcardHostname : "" ,
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import { renderWithAuth } from "testHelpers/renderHelpers";
6
6
import { NavbarView } from "./NavbarView" ;
7
7
8
8
const proxyContextValue : ProxyContextValue = {
9
+ latenciesLoaded : true ,
9
10
proxy : {
10
11
preferredPathAppURL : "" ,
11
12
preferredWildcardHostname : "" ,
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import { withDesktopViewport } from "testHelpers/storybook";
15
15
import { ProxyMenu } from "./ProxyMenu" ;
16
16
17
17
const defaultProxyContextValue = {
18
+ latenciesLoaded : true ,
18
19
proxyLatencies : MockProxyLatencies ,
19
20
proxy : getPreferredProxy ( MockWorkspaceProxies , undefined ) ,
20
21
proxies : MockWorkspaceProxies ,
You can’t perform that action at this time.
0 commit comments