Skip to content
Snippets Groups Projects
Unverified Commit bb22c06b authored by Cam Saul's avatar Cam Saul Committed by GitHub
Browse files

Merge pull request #9959 from metabase/fix-admin-updates-page

Fix admin Settings updates page before version info is fetched :wrench:
parents 9f637335 14a6475b
No related branches found
No related tags found
No related merge requests found
...@@ -80,6 +80,7 @@ export default class SettingsUpdatesForm extends Component { ...@@ -80,6 +80,7 @@ export default class SettingsUpdatesForm extends Component {
if ( if (
!versionInfo || !versionInfo ||
!versionInfo.latest ||
MetabaseUtils.compareVersions( MetabaseUtils.compareVersions(
currentVersion, currentVersion,
versionInfo.latest.version, versionInfo.latest.version,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment