diff --git a/config-ui/src/plugins/register/azure/config.tsx b/config-ui/src/plugins/register/azure/config.tsx index c2157a90b1a..cf309875112 100644 --- a/config-ui/src/plugins/register/azure/config.tsx +++ b/config-ui/src/plugins/register/azure/config.tsx @@ -50,7 +50,7 @@ export const AzureConfig: IPluginConfig = { 'By default, DevLake uses 18,000 requests/hour for data collection for Azure DevOps. But you can adjust the collection speed by setting up your desirable rate limit.', learnMore: DOC_URL.PLUGIN.AZUREDEVOPS.RATE_LIMIT, externalInfo: 'Azure DevOps does not specify a maximum value of rate limit.', - maximum: 18000, + defaultValue: 18000, }, ], }, @@ -102,7 +102,7 @@ export const AzureGoConfig: IPluginConfig = { 'By default, DevLake uses 18,000 requests/hour for data collection for Azure DevOps. But you can adjust the collection speed by setting up your desirable rate limit.', learnMore: DOC_URL.PLUGIN.AZUREDEVOPS.RATE_LIMIT, externalInfo: 'Azure DevOps does not specify a maximum value of rate limit.', - maximum: 18000, + defaultValue: 18000, }, ], },