We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a4973 commit 4a16d20Copy full SHA for 4a16d20
src/containers/AppWithClusters/AppWithClusters.tsx
@@ -3,7 +3,6 @@ import React from 'react';
3
import type {Store} from '@reduxjs/toolkit';
4
import type {History} from 'history';
5
6
-import {getLogsLink as getLogsLinkDefault} from '../../utils/logs';
7
import type {
8
GetLogsLink,
9
GetMonitoringClusterLink,
@@ -32,7 +31,7 @@ export interface AppWithClustersProps {
32
31
export function AppWithClusters({
33
store,
34
history,
35
- getLogsLink = getLogsLinkDefault,
+ getLogsLink,
36
getMonitoringLink = getMonitoringLinkDefault,
37
getMonitoringClusterLink = getMonitoringClusterLinkDefault,
38
userSettings,
src/utils/__test__/logs.test.ts
src/utils/logs.ts
0 commit comments