mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-15 19:51:36 +08:00
fix: Fix https image registry deletion failure (#9451)
This commit is contained in:
parent
b5de2df119
commit
7196c5b656
1 changed files with 2 additions and 0 deletions
|
|
@ -138,6 +138,8 @@ const onDelete = async (row: Container.RepoInfo) => {
|
||||||
i18n.global.t('container.repo'),
|
i18n.global.t('container.repo'),
|
||||||
i18n.global.t('commons.button.delete'),
|
i18n.global.t('commons.button.delete'),
|
||||||
]),
|
]),
|
||||||
|
api: null,
|
||||||
|
params: null,
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue