fix: expand the model after deploying from catalog
This commit is contained in:
@@ -71,6 +71,9 @@ const AutoImage: React.FC<
|
||||
}, [props.onLoad]);
|
||||
|
||||
const handleOnError = () => {
|
||||
console.log('error===img=========', {
|
||||
src: props.src
|
||||
});
|
||||
setIsError(true);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user