mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
fix: proper order of versions in upgrade string (#6567)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
parent
8b8f385073
commit
36311d1b18
@ -113,7 +113,7 @@ export async function connect (title: string): Promise<Client | undefined> {
|
||||
location.reload()
|
||||
}
|
||||
}
|
||||
versionError.set(`${currentVersionStr} => ${reconnectVersionStr}`)
|
||||
versionError.set(`${reconnectVersionStr} => ${currentVersionStr}`)
|
||||
}
|
||||
|
||||
const frontUrl = getMetadata(presentation.metadata.FrontUrl) ?? ''
|
||||
|
Loading…
Reference in New Issue
Block a user