fix: page error when edit error
This commit is contained in:
@@ -19,6 +19,7 @@ const SealInput: React.FC<InputProps & SealFormItemProps> = (props) => {
|
||||
addAfter,
|
||||
checkStatus,
|
||||
trim = true,
|
||||
loading,
|
||||
...rest
|
||||
} = props;
|
||||
const [isFocus, setIsFocus] = useState(false);
|
||||
|
||||
Reference in New Issue
Block a user