mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 00:02:03 +00:00
fix(frontend): connect an app resource creation
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
requestBody: {
|
||||
resource_type,
|
||||
path,
|
||||
value: `{ "token": "$var:${path}"}`,
|
||||
value: { token: '$var:${path}' },
|
||||
description: `OAuth token for ${resource_type}`
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user