mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 16:05:58 +00:00
fix: s/paylod/payload (#1910)
It's probably not paylod, it's probably missing an `a`
This commit is contained in:
@@ -132,12 +132,12 @@
|
||||
content={tokenType === 'query'
|
||||
? `${url}?token=${token}${
|
||||
requestType === 'get_path'
|
||||
? `?paylod=${encodeURIComponent(btoa(JSON.stringify(args)))}`
|
||||
? `?payload=${encodeURIComponent(btoa(JSON.stringify(args)))}`
|
||||
: ''
|
||||
}`
|
||||
: `${url}${
|
||||
requestType === 'get_path'
|
||||
? `?paylod=${encodeURIComponent(btoa(JSON.stringify(args)))}`
|
||||
? `?payload=${encodeURIComponent(btoa(JSON.stringify(args)))}`
|
||||
: ''
|
||||
}`}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user