mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 08:00:53 +00:00
fix: Fix container image cleanup uninitialized issue (#11655)
This commit is contained in:
@@ -78,6 +78,9 @@ const acceptParams = async (): Promise<void> => {
|
||||
unUsedList.value.push(item);
|
||||
}
|
||||
}
|
||||
checkedLists.value = [];
|
||||
checkAll.value = false;
|
||||
isIndeterminate.value = false;
|
||||
dialogVisible.value = true;
|
||||
scope.value = 'untag';
|
||||
changeScope();
|
||||
|
||||
Reference in New Issue
Block a user