fix: coderabbit requested changes

This commit is contained in:
Daniel Hougaard
2025-02-20 05:50:27 +04:00
parent 12b447425b
commit 8447190bf8

View File

@@ -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,