mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
fix/incorrect-documentation-url (#10441)
This commit is contained in:
parent
7183ba6038
commit
3f1b2efd27
1 changed files with 2 additions and 0 deletions
|
|
@ -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)}`;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue