Dashboard UI should inform users when they are running a different UI version to the CLI. Closes #2728. (#2734)

This commit is contained in:
Mike Burgess
2022-11-10 19:00:27 +00:00
parent cbd358a7aa
commit c31707751b
16 changed files with 211 additions and 103 deletions

View File

@@ -156,6 +156,7 @@ jobs:
yarn build
env:
REACT_APP_HEAP_ID: ${{ secrets.HEAP_ANALYTICS_PRODUCTION_ID }}
REACT_APP_VERSION: ${{ env.VERSION }}
- name: Move Build Assets
run: |-