1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

revert undefined -> null change

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-03-24 08:33:53 -04:00
parent 08e4e7d59d
commit 00af0f2f24

View File

@ -17,4 +17,4 @@ export const apiKube = isClusterPageContext()
"Host": window.location.host, "Host": window.location.host,
}, },
}) })
: null; : undefined;