Skip to content

Commit

Permalink
Merge pull request #12 from aquasecurity/owenr-update-material-ui
Browse files Browse the repository at this point in the history
chore(deps): MUI theme version bump
  • Loading branch information
Owen Rumney committed May 30, 2022
2 parents 30e09e2 + 6ffae58 commit d8f2085
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "react-scripts build"
},
"dependencies": {
"@docker/docker-mui-theme": "^0.0.4",
"@docker/docker-mui-theme": "^0.0.6",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
Expand Down
5 changes: 5 additions & 0 deletions client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ export function App() {
}

async function triggerTrivy() {
if (scanImage === "") {
return;
}


resetUI();
if (!(await checkForCacheVolume())) {
await createCacheVolume().then((created) => {
Expand Down

0 comments on commit d8f2085

Please sign in to comment.