Skip to content

Commit

Permalink
Default mode modified
Browse files Browse the repository at this point in the history
Signed-off-by: Vikalp Rusia <[email protected]>
  • Loading branch information
VikalpRusia committed Sep 28, 2024
1 parent d068a57 commit c6b3995
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkg/rancher-desktop/components/Images.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
:current-command="currentCommand"
:image-output-culler="imageOutputCuller"
:show-status="false"
:image-to-pull="imageToPull"
@ok:process-end="resetCurrentCommand"
@ok:show="toggleOutput"
/>
Expand Down Expand Up @@ -168,6 +169,7 @@ export default {
imageOutputCuller: null,
mainWindowScroll: -1,
selected: [],
imageToPull: null,
};
},
computed: {
Expand Down
2 changes: 1 addition & 1 deletion pkg/rancher-desktop/components/ImagesOutputWindow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default {
},
imageToPull: {
type: String,
default: '',
default: null,
}
},
Expand Down

0 comments on commit c6b3995

Please sign in to comment.