fix: update default frontend hardcoded route links (#5016)
This commit is contained in:
+3
-1
@@ -759,7 +759,9 @@ function FailureStatusContent({
|
||||
variant='outline'
|
||||
size='sm'
|
||||
className='h-7 w-fit px-2 text-xs'
|
||||
onClick={() => window.open('/console/setting?tab=ratio', '_blank')}
|
||||
onClick={() =>
|
||||
window.open('/system-settings/billing/model-pricing', '_blank')
|
||||
}
|
||||
>
|
||||
<Settings className='mr-1 h-3 w-3 shrink-0' />
|
||||
{t('Go to Settings')}
|
||||
|
||||
Reference in New Issue
Block a user