mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 22:38:48 +00:00
Add data-cy for events input fields (#6345)
This commit is contained in:
parent
6f1e11ebca
commit
7ed2213d07
1 changed files with 1 additions and 0 deletions
|
|
@ -697,6 +697,7 @@ export const EventManager = ({
|
|||
enablePreview={true}
|
||||
type={param?.type}
|
||||
fieldMeta={{ options: param?.options }}
|
||||
cyLabel={param.displayName}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue