mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-09 00:04:10 +00:00
fix typo in open drawer helper doc (#5258)
This commit is contained in:
@@ -248,7 +248,7 @@ declare function setValue(id: string, value: any): void;
|
||||
*/
|
||||
declare function setSelectedIndex(id: string, index: number): void;
|
||||
|
||||
/** close a drawer or modal
|
||||
/** open a drawer or modal
|
||||
* @param id component's id
|
||||
*/
|
||||
declare function open(id: string): void;
|
||||
|
||||
Reference in New Issue
Block a user