Skip to content

Commit d971537

Browse files
committed
chore: uat fixes
1 parent e92beaf commit d971537

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/components/common/navigation/NavigationRoutes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ const NavigationRoutes = ({ reloadVersionConfig }: Readonly<NavigationRoutesType
294294
useEffect(() => {
295295
if (pageState === ViewType.FORM) {
296296
const controls = animate(navBarWidth, NAVBAR_WIDTH, {
297-
duration: 0.2,
297+
duration: 0.3,
298298
ease: 'easeOut',
299299
})
300300
return controls.stop

src/components/v2/values/chartValuesDiff/ChartValuesView.component.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ import {
3636
handleAnalyticsEvent,
3737
Button,
3838
ButtonStyleType,
39+
Icon,
3940
} from '@devtron-labs/devtron-fe-common-lib'
4041
import Tippy from '@tippyjs/react'
4142
import { ReactComponent as Error } from '../../../../assets/icons/ic-warning.svg'
@@ -727,6 +728,7 @@ export const DeleteApplicationButton = ({
727728
<Button
728729
onClick={handleClick}
729730
dataTestId="delete-preset-value"
731+
startIcon={<Icon name='ic-delete' color={null} />}
730732
isLoading={isDeleteInProgress}
731733
disabled={isUpdateInProgress}
732734
text={`Delete ${type}`}

0 commit comments

Comments
 (0)