fix: update default frontend hardcoded route links (#5016)
This commit is contained in:
@@ -57,7 +57,7 @@ export function MessageError({ message, className = '' }: MessageErrorProps) {
|
||||
variant='outline'
|
||||
size='sm'
|
||||
onClick={() =>
|
||||
window.open('/console/setting?tab=ratio', '_blank')
|
||||
window.open('/system-settings/billing/model-pricing', '_blank')
|
||||
}
|
||||
>
|
||||
<Settings className='mr-1 h-3.5 w-3.5' />
|
||||
|
||||
Reference in New Issue
Block a user