From 7196c5b6564521787294e872e0473718f63fdc89 Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Tue, 8 Jul 2025 14:05:55 +0800 Subject: [PATCH] fix: Fix https image registry deletion failure (#9451) --- frontend/src/views/container/repo/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/views/container/repo/index.vue b/frontend/src/views/container/repo/index.vue index 8ff8cf091..17c4068c1 100644 --- a/frontend/src/views/container/repo/index.vue +++ b/frontend/src/views/container/repo/index.vue @@ -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, }); };