From 4ecc5777b941bf0f91caeab948714fc23172b7d6 Mon Sep 17 00:00:00 2001 From: Dima Grossman Date: Wed, 18 Dec 2024 13:49:05 +0000 Subject: [PATCH] fix: pr comments --- .../components/primitives/secret-input.tsx | 3 +- .../components/create-integration-sidebar.tsx | 2 +- .../components/hooks/use-integration-list.ts | 54 +++++++++++++------ .../components/integration-credentials.tsx | 4 +- .../integration-general-settings.tsx | 2 +- 5 files changed, 44 insertions(+), 21 deletions(-) diff --git a/apps/dashboard/src/components/primitives/secret-input.tsx b/apps/dashboard/src/components/primitives/secret-input.tsx index 8794d7c5eda..f2c574cc292 100644 --- a/apps/dashboard/src/components/primitives/secret-input.tsx +++ b/apps/dashboard/src/components/primitives/secret-input.tsx @@ -2,6 +2,7 @@ import { useState } from 'react'; import { Eye, EyeOff } from 'lucide-react'; import { Input } from './input'; import { Button } from './button'; +import { AUTOCOMPLETE_PASSWORD_MANAGERS_OFF } from '../../utils/constants'; interface SecretInputProps extends React.InputHTMLAttributes { register?: any; @@ -16,7 +17,7 @@ export function SecretInput({ className, register, registerKey, registerOptions, return ( <> - +