mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 08:02:19 +00:00
Fixed links components (#2776)
This commit is contained in:
@@ -1228,7 +1228,7 @@ Hello \${ctx.username}
|
||||
customcomponent: {
|
||||
name: 'Custom',
|
||||
icon: Code2,
|
||||
documentationLink: `${documentationBaseUrl}#custom`,
|
||||
documentationLink: `https://www.windmill.dev/docs/apps/react_components`,
|
||||
dims: '1:2-1:2' as AppComponentDimensions,
|
||||
customCss: {
|
||||
container: { class: '', style: '' }
|
||||
|
||||
@@ -171,7 +171,11 @@
|
||||
</script>
|
||||
|
||||
<Drawer bind:this={ccDrawer}>
|
||||
<DrawerContent title="Custom Components" on:close={ccDrawer.closeDrawer}>
|
||||
<DrawerContent
|
||||
title="Custom Components"
|
||||
on:close={ccDrawer.closeDrawer}
|
||||
documentationLink="https://www.windmill.dev/docs/apps/react_components"
|
||||
>
|
||||
<ComponentsList on:reload={fetchCustomComponents} />
|
||||
</DrawerContent>
|
||||
</Drawer>
|
||||
|
||||
Reference in New Issue
Block a user