diff --git a/web/default/src/features/system-settings/models/model-pricing-sheet.tsx b/web/default/src/features/system-settings/models/model-pricing-sheet.tsx index 0ff897c4..0f4e8fd4 100644 --- a/web/default/src/features/system-settings/models/model-pricing-sheet.tsx +++ b/web/default/src/features/system-settings/models/model-pricing-sheet.tsx @@ -471,7 +471,6 @@ export const ModelPricingEditorPanel = forwardRef< [form, validatePricingValues, buildSubmitData] ) - const activeName = watchedValues.name || editData?.name || t('New model') const showActions = Boolean(onSave) return ( @@ -487,9 +486,6 @@ export const ModelPricingEditorPanel = forwardRef<
- {activeName} -
@@ -656,9 +652,6 @@ export const ModelPricingEditorPanel = forwardRef<