Can't add "Manage alerts" option to the widget's actions?
Background:
The React/JavaScript/TypeScript app runs a liveboard embed using the
@thoughtspot/visual-embed-sdk
library. The code passes a few actions.
Aim:
When the user clicks on the 3 dots, then the "Manage alerts" option should be selectable (please see attached image).
Issue:
We assume the Action.ManageMonitor
action (source: https://developers.thoughtspot.com/docs/Enumeration_Action#_managemonitor) should show the "Manage alerts" option. When we pass it to the liveboard embed, then the option is still not visible (please see attached image).1 Reply
I updated to npm library from
1.27
to ^1.32.8
, and I can see the "Manage alerts" option.
We can close this ticket