mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 08:00:59 +00:00
fix improve component docs
This commit is contained in:
@@ -66,13 +66,13 @@ const validate = {
|
||||
const invalidate = {
|
||||
title: 'invalidate',
|
||||
description: 'Invalidate a specific field of a form',
|
||||
example: 'validate(id: string, key: string, error: string)',
|
||||
example: 'invalidate(id: string, key: string, error: string)',
|
||||
}
|
||||
|
||||
const validateAll = {
|
||||
title: 'validateAll',
|
||||
description: 'Validate all fields of a form',
|
||||
example: 'validate(id: string, key: string)',
|
||||
example: 'validateAll(id: string, key: string)',
|
||||
}
|
||||
|
||||
export function getComponentControl(type: keyof typeof components): Array<ComponentFunction> {
|
||||
|
||||
Reference in New Issue
Block a user