fix: model list not refresh
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
.img {
|
||||
margin-top: 16px;
|
||||
margin-bottom: 30px;
|
||||
text-align: center;
|
||||
height: 30px;
|
||||
|
||||
|
||||
@@ -13,9 +13,6 @@ const VersionInfo: React.FC<{ intl: any }> = ({ intl }) => {
|
||||
<div className="img">
|
||||
<img src={Logo} alt="logo" />
|
||||
</div>
|
||||
<div className="title">
|
||||
{intl.formatMessage({ id: 'common.footer.version.title' })}
|
||||
</div>
|
||||
<div>
|
||||
<div className="ver">
|
||||
<span className="label">
|
||||
@@ -36,4 +33,12 @@ const VersionInfo: React.FC<{ intl: any }> = ({ intl }) => {
|
||||
);
|
||||
};
|
||||
|
||||
export const modalConfig = {
|
||||
icon: null,
|
||||
centered: false,
|
||||
maskClosable: true,
|
||||
footer: null,
|
||||
width: 400
|
||||
};
|
||||
|
||||
export default VersionInfo;
|
||||
|
||||
Reference in New Issue
Block a user