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 6bca35f commit 1d16014Copy full SHA for 1d16014
src/platform/packages/shared/deeplinks/observability/locators/slo.ts
@@ -14,7 +14,6 @@ export const sloDetailsHistoryLocatorID = 'SLO_DETAILS_HISTORY_LOCATOR';
14
export const sloEditLocatorID = 'SLO_EDIT_LOCATOR';
15
export const sloListLocatorID = 'SLO_LIST_LOCATOR';
16
17
-export const TAB_ID_URL_PARAM = 'tabId';
18
export const OVERVIEW_TAB_ID = 'overview';
19
export const HISTORY_TAB_ID = 'history';
20
export const DEFINITION_TAB_ID = 'definition';
0 commit comments