mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
fix: coderabbit requested changes
This commit is contained in:
@@ -50,7 +50,6 @@ type Props = TextareaHTMLAttributes<HTMLTextAreaElement> & {
|
||||
isImport?: boolean;
|
||||
isReadOnly?: boolean;
|
||||
isDisabled?: boolean;
|
||||
valueHidden?: boolean;
|
||||
containerClassName?: string;
|
||||
};
|
||||
|
||||
@@ -62,7 +61,6 @@ export const SecretInput = forwardRef<HTMLTextAreaElement, Props>(
|
||||
value,
|
||||
isVisible,
|
||||
isImport,
|
||||
valueHidden,
|
||||
containerClassName,
|
||||
onBlur,
|
||||
isDisabled,
|
||||
|
||||
Reference in New Issue
Block a user