Skip to content

Commit

Permalink
Initialise showPruneUnusedImagesModal state
Browse files Browse the repository at this point in the history
The state of this was never initialised.
  • Loading branch information
jelly committed Jul 18, 2024
1 parent d579c58 commit 9466018
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Images.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class Images extends React.Component {
isExpanded: false,
// List of container image names which are being downloaded
imageDownloadInProgress: [],
showPruneUnusedImagesModal: false,
};

this.downloadImage = this.downloadImage.bind(this);
Expand Down

0 comments on commit 9466018

Please sign in to comment.