Skip to content

Commit 2cea066

Browse files
committed
remove used function
Signed-off-by: Jackie Han <jkhanjob@gmail.com>
1 parent 894cf08 commit 2cea066

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

public/pages/Dashboard/utils/constants.ts

-10
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,6 @@ export const GET_ALL_DETECTORS_QUERY_PARAMS = {
8181
sortField: 'name',
8282
};
8383

84-
export const getAllDetectorsQueryParamsWithDataSourceId = (dataSourceId: string) => ({
85-
from: 0,
86-
search: '',
87-
indices: '',
88-
size: MAX_DETECTORS,
89-
sortDirection: SORT_DIRECTION.ASC,
90-
sortField: 'name',
91-
dataSourceId: dataSourceId,
92-
});
93-
9484
export const ALL_DETECTORS_MESSAGE = 'All detectors';
9585
export const ALL_DETECTOR_STATES_MESSAGE = 'All detector states';
9686
export const ALL_INDICES_MESSAGE = 'All indices';

0 commit comments

Comments
 (0)