Fix/add trial expire tip time (#13464)
This commit is contained in:
@@ -119,7 +119,7 @@ export const ProviderContextProvider = ({
|
||||
if (localStorage.getItem('anthropic_quota_notice') === 'true')
|
||||
return
|
||||
|
||||
if (dayjs().isAfter(dayjs('2025-03-10')))
|
||||
if (dayjs().isAfter(dayjs('2025-03-11')))
|
||||
return
|
||||
|
||||
if (providersData?.data && providersData.data.length > 0) {
|
||||
@@ -130,7 +130,7 @@ export const ProviderContextProvider = ({
|
||||
Toast.notify({
|
||||
type: 'info',
|
||||
message: t('common.provider.anthropicHosted.trialQuotaTip'),
|
||||
duration: 6000,
|
||||
duration: 60000,
|
||||
onClose: () => {
|
||||
localStorage.setItem('anthropic_quota_notice', 'true')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user