Skip to content

Commit 10ab476

Browse files
committed
chore: version bump
1 parent 398409f commit 10ab476

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"homepage": "/dashboard",
66
"dependencies": {
7-
"@devtron-labs/devtron-fe-common-lib": "1.20.3-pre-12",
7+
"@devtron-labs/devtron-fe-common-lib": "1.20.5-pre-5",
88
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
99
"@rjsf/core": "^5.13.3",
1010
"@rjsf/utils": "^5.13.3",

src/components/charts/ChartGroupAdvanceDeploy.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
import React, { useState, useEffect, useCallback } from 'react'
17+
import { useState, useEffect, useCallback } from 'react'
1818
import { useParams, useHistory, useLocation, useRouteMatch, Prompt } from 'react-router-dom'
1919
import {
2020
showError,
@@ -27,7 +27,6 @@ import {
2727
ToastVariantType,
2828
ToastManager,
2929
getApplicationManagementBreadcrumb,
30-
BreadcrumbText,
3130
} from '@devtron-labs/devtron-fe-common-lib'
3231
import Tippy from '@tippyjs/react'
3332
import MultiChartSummary from './MultiChartSummary'

src/components/v2/headers/EAHeader.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const EAHeaderComponent = ({
5656
linked: false,
5757
},
5858
':clusterId': null,
59-
':appId(\\d+)': null,
59+
':appId': null,
6060
},
6161
},
6262
[params.appName],

0 commit comments

Comments
 (0)