diff --git a/.github/workflows/update-tag.yaml b/.github/workflows/update-tag.yaml index ec683c5a7..19ac7a024 100644 --- a/.github/workflows/update-tag.yaml +++ b/.github/workflows/update-tag.yaml @@ -46,4 +46,4 @@ jobs: git fetch --tags git checkout main echo "Updating tag ${{ env.LATEST_TAG }} to point to latest commit on main" - git push origin HEAD:refs/tags/${{ env.LATEST_TAG }} --force + git push origin HEAD:refs/tags/${{ env.LATEST_TAG }} --force \ No newline at end of file diff --git a/frontend/app/components/Session_/WarnBadge.tsx b/frontend/app/components/Session_/WarnBadge.tsx index 90ac23076..d3da5498c 100644 --- a/frontend/app/components/Session_/WarnBadge.tsx +++ b/frontend/app/components/Session_/WarnBadge.tsx @@ -135,7 +135,7 @@ const WarnBadge = React.memo(
closeWarning(2)} + onClick={() => closeWarning(1)} >
diff --git a/scripts/helmcharts/openreplay/charts/frontend/Chart.yaml b/scripts/helmcharts/openreplay/charts/frontend/Chart.yaml index f5cd31daa..e226259c8 100644 --- a/scripts/helmcharts/openreplay/charts/frontend/Chart.yaml +++ b/scripts/helmcharts/openreplay/charts/frontend/Chart.yaml @@ -18,4 +18,4 @@ version: 0.1.10 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -AppVersion: "v1.22.30" +AppVersion: "v1.22.31"