fix: env params incorrect after switching between vendors
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
import type { InputProps } from 'antd';
|
||||
import { Form, Input } from 'antd';
|
||||
import { PasswordProps } from 'antd/lib/input/Password';
|
||||
import React, { useEffect, useRef, useState } from 'react';
|
||||
import { SealFormItemProps } from './types';
|
||||
import Wrapper from './wrapper';
|
||||
import InputWrapper from './wrapper/input';
|
||||
|
||||
const SealPassword: React.FC<InputProps & SealFormItemProps> = (props) => {
|
||||
const SealPassword: React.FC<InputProps & SealFormItemProps & PasswordProps> = (
|
||||
props
|
||||
) => {
|
||||
const {
|
||||
label,
|
||||
placeholder,
|
||||
|
||||
Reference in New Issue
Block a user