ui: dissallow taint for clickmap thumbnails
This commit is contained in:
parent
6c7880efbc
commit
f8a40fd875
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ const CardViewMenu = () => {
|
|||
key: 'alert',
|
||||
label: 'Set Alerts',
|
||||
icon: <BellIcon size={16} />,
|
||||
disabled: !widget.exists() || widget.metricType === 'predefined',
|
||||
disabled: !widget.exists() || widget.metricType !== 'timeseries',
|
||||
onClick: showAlertModal,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue