mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 16:00:38 +00:00
Tiny grammar change tutorial (#2503)
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
popover: {
|
||||
title: 'Component input',
|
||||
description:
|
||||
'They are several ways to set the input of a component. It can be static, the resul of an JS expression, connected to the output of another component, or the result of a inline runnable. Here we will create an inline runnable that will convert the text to uppercase.',
|
||||
'They are several ways to set the input of a component. It can be static, the result of a JS expression, connected to the output of another component, or the result of a inline runnable. Here we will create an inline runnable that will convert the text to uppercase.',
|
||||
onNextClick: () => {
|
||||
clickFirstButtonBySelector('#component-input')
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user