Skip to content

Commit

Permalink
add access to events for Embedded webapps
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Dec 27, 2023
1 parent fcbc55f commit 65b90b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server-admin-ui/src/views/Webapps/Embedded.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Embedded extends Component {
return r
}),
openWebsocket: (params) => {
const knownParams = ['subscribe', 'sendCachedValues']
const knownParams = ['subscribe', 'sendCachedValues', 'events']
const queryParam = knownParams
.map((p, i) => [i, params[p]])
.filter((x) => x[1] !== undefined)
Expand Down

0 comments on commit 65b90b1

Please sign in to comment.