Skip to content

Commit

Permalink
fix: Pin UI to older version to address Dashboard issues (#23980)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyssmith2nd committed Dec 15, 2022
1 parent ffd069a commit 24a2b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fetch-ui-assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ declare -r SCRIPT_DIR=$(cd $(dirname ${0}) >/dev/null 2>&1 && pwd)
declare -r ROOT_DIR=$(dirname ${SCRIPT_DIR})
declare -r STATIC_DIR="$ROOT_DIR/static"

UI_RELEASE="OSS-2022-09-16"
UI_RELEASE="OSS-v2.6.0"

# Download the SHA256 checksum attached to the release. To verify the integrity
# of the download, this checksum will be used to check the download tar file
Expand Down

0 comments on commit 24a2b62

Please sign in to comment.