We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98d3870 commit e7f4e31Copy full SHA for e7f4e31
1 file changed
frontend/src/views/container/image/prune/index.vue
@@ -78,6 +78,9 @@ const acceptParams = async (): Promise<void> => {
78
unUsedList.value.push(item);
79
}
80
81
+ checkedLists.value = [];
82
+ checkAll.value = false;
83
+ isIndeterminate.value = false;
84
dialogVisible.value = true;
85
scope.value = 'untag';
86
changeScope();
0 commit comments