Skip to content

Commit

Permalink
fix: added missing pierceSelector in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
pgagnidze committed Dec 15, 2023
1 parent 6a2ee0a commit e453ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bird/birdActions.ts
Expand Up @@ -1825,7 +1825,7 @@ export const birdActionsData = [
],
"type": "string",
"title": "PreferredSelector",
"pattern": "^(?:querySelector|ariaSelector|xpathSelector|textSelextor)$",
"pattern": "^(?:querySelector|ariaSelector|xpathSelector|textSelextor|pierceSelector)$",
"description": "PreferredSelector of the input field"
}
},
Expand Down

0 comments on commit e453ca4

Please sign in to comment.