Skip to content

Commit 4a16d20

Browse files
committed
fix: remove internal-specific solution
1 parent 33a4973 commit 4a16d20

File tree

3 files changed

+1
-89
lines changed

3 files changed

+1
-89
lines changed

src/containers/AppWithClusters/AppWithClusters.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import React from 'react';
33
import type {Store} from '@reduxjs/toolkit';
44
import type {History} from 'history';
55

6-
import {getLogsLink as getLogsLinkDefault} from '../../utils/logs';
76
import type {
87
GetLogsLink,
98
GetMonitoringClusterLink,
@@ -32,7 +31,7 @@ export interface AppWithClustersProps {
3231
export function AppWithClusters({
3332
store,
3433
history,
35-
getLogsLink = getLogsLinkDefault,
34+
getLogsLink,
3635
getMonitoringLink = getMonitoringLinkDefault,
3736
getMonitoringClusterLink = getMonitoringClusterLinkDefault,
3837
userSettings,

src/utils/__test__/logs.test.ts

Lines changed: 0 additions & 51 deletions
This file was deleted.

src/utils/logs.ts

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)