mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-13 09:16:04 +00:00
fix: update cloud service URL retrieval and enhance model synchronization error handling
This commit is contained in:
@@ -355,7 +355,7 @@ export default function ModelsDialog({
|
||||
onClick={(e) => {
|
||||
e.stopPropagation();
|
||||
window.open(
|
||||
`${systemInfo.cloud_service_url}/billing`,
|
||||
`${systemInfo.cloud_service_url}/profile?tab=billing`,
|
||||
'_blank',
|
||||
);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user