refactor: rename ACCOUNT_SETTING_TAB.PROVIDER to MODEL_PROVIDER

Rename the constant for clarity and consistency with the new
sandbox-provider tab naming convention. Update all references
across the codebase to use the new constant name.
This commit is contained in:
yyh
2026-01-13 15:07:04 +08:00
parent f72f58dbc4
commit ffc39b0235
12 changed files with 19 additions and 18 deletions

View File

@ -2,7 +2,7 @@ export const ACCOUNT_SETTING_MODAL_ACTION = 'showSettings'
export const ACCOUNT_SETTING_TAB = {
SANDBOX_PROVIDER: 'sandbox-provider',
PROVIDER: 'provider',
MODEL_PROVIDER: 'model-provider',
MEMBERS: 'members',
BILLING: 'billing',
DATA_SOURCE: 'data-source',