Skip to content
Snippets Groups Projects
Unverified Commit 14a6475b authored by Cam Saul's avatar Cam Saul
Browse files

Fix admin Settings updates page before version info is fetched :wrench:

parent aad627e0
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ export default class SettingsUpdatesForm extends Component {
if (
!versionInfo ||
!versionInfo.latest ||
MetabaseUtils.compareVersions(
currentVersion,
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