diff --git a/frontend/src/components/dashboard/ConfirmEnvOverwriteModal.tsx b/frontend/src/components/dashboard/ConfirmEnvOverwriteModal.tsx index 1494fa84f..d3fad6511 100644 --- a/frontend/src/components/dashboard/ConfirmEnvOverwriteModal.tsx +++ b/frontend/src/components/dashboard/ConfirmEnvOverwriteModal.tsx @@ -29,8 +29,8 @@ const ConfirmEnvOverwriteModal = ({ } onClose={onClose} > -
-

File contains following duplicate secrets:

+
+

Your file contains the following duplicate secrets:

{duplicateKeys.join(', ')}

Are you sure you want to overwrite these secrets?

diff --git a/frontend/src/components/dashboard/DashboardInputField.tsx b/frontend/src/components/dashboard/DashboardInputField.tsx index 5b8cf9b69..d64658b67 100644 --- a/frontend/src/components/dashboard/DashboardInputField.tsx +++ b/frontend/src/components/dashboard/DashboardInputField.tsx @@ -231,7 +231,8 @@ function inputPropsAreEqual(prev: DashboardInputFieldProps, next: DashboardInput prev.position === next.position && prev.blurred === next.blurred && prev.overrideEnabled === next.overrideEnabled && - prev.isDuplicate === next.isDuplicate + prev.isDuplicate === next.isDuplicate && + prev.isSideBarOpen === next.isSideBarOpen ); } diff --git a/frontend/src/components/v2/Button/Button.tsx b/frontend/src/components/v2/Button/Button.tsx index e16e09128..df12c25f7 100644 --- a/frontend/src/components/v2/Button/Button.tsx +++ b/frontend/src/components/v2/Button/Button.tsx @@ -158,7 +158,7 @@ export const Button = forwardRef( className={twMerge( 'shrink-0 cursor-pointer transition-all', loadingToggleClass, - size === 'xs' ? 'ml-1' : 'ml-2' + size === 'xs' ? 'ml-1' : 'ml-3' )} > {rightIcon}