Skip to content

Commit

Permalink
feat: Update alert noty (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
callmevladik authored and MykolaMarusenko committed Jan 9, 2025
1 parent a66c29b commit a51f9e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM epamedp/headlamp:0.22.45
FROM epamedp/headlamp:0.22.46

COPY --chown=100:101 assets/ /headlamp/frontend
COPY --chown=100:101 dist/main.js /headlamp/plugins/edp/main.js
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const Cluster = () => {
});

const clusterOptions = React.useMemo(() => {
if (isLoading || !data) {
if (isLoading || !data?.data?.available_clusters) {
return [defaultClusterOption];
}

Expand Down

0 comments on commit a51f9e2

Please sign in to comment.