fix: Fix https image registry deletion failure (#9451)

This commit is contained in:
ssongliu 2025-07-08 14:05:55 +08:00 committed by GitHub
parent b5de2df119
commit 7196c5b656
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,6 +138,8 @@ const onDelete = async (row: Container.RepoInfo) => {
i18n.global.t('container.repo'),
i18n.global.t('commons.button.delete'),
]),
api: null,
params: null,
});
};