feat(default): reorganize system settings pricing UI
Refine the default system settings structure and model pricing editor so pricing configuration is easier to scan and edit.
This commit is contained in:
@@ -87,7 +87,10 @@ export function DeploymentAccessGuard({
|
||||
const navigate = useNavigate()
|
||||
|
||||
const handleGoToSettings = () => {
|
||||
navigate({ to: '/system-settings/integrations' })
|
||||
navigate({
|
||||
to: '/system-settings/models/$section',
|
||||
params: { section: 'model-deployment' },
|
||||
})
|
||||
}
|
||||
|
||||
// Combined loading state with step indicator
|
||||
|
||||
Reference in New Issue
Block a user