fix/incorrect-documentation-url (#10441)

This commit is contained in:
Shaurya Sharma 2024-07-26 08:32:58 +05:30 committed by GitHub
parent 7183ba6038
commit 3f1b2efd27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -552,6 +552,8 @@ const getDocsLink = (componentMeta) => {
return 'https://docs.tooljet.com/docs/widgets/dropdown';
case 'MultiselectV2':
return 'https://docs.tooljet.com/docs/widgets/multiselect';
case 'DaterangePicker':
return 'https://docs.tooljet.com/docs/widgets/date-range-picker';
default:
return `https://docs.tooljet.io/docs/widgets/${convertToKebabCase(component)}`;
}