Skip to content

Commit 336e51b

Browse files
authored
fix: property in bindings on the workflow settings
1 parent 12e8678 commit 336e51b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/docs/workflows/bindings/url-binding.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ The `url` binding allows you to access the native JavaScript `URLSearchParams` A
2424
```js
2525
export const workflowSettings = {
2626
// ...other settings
27-
bindings: {"kinde.url": {}}
27+
bindings: {
28+
url: {}
29+
}
2830
};
2931
```
3032

0 commit comments

Comments
 (0)