mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 15:35:57 +08:00
fix: clone panel permission is updated (#2915)
This commit is contained in:
parent
9ad17c2d60
commit
389385324f
@ -126,7 +126,7 @@ function WidgetHeader({
|
|||||||
{
|
{
|
||||||
key: keyMethodMapping.clone.key,
|
key: keyMethodMapping.clone.key,
|
||||||
icon: <CopyOutlined />,
|
icon: <CopyOutlined />,
|
||||||
disabled: false,
|
disabled: !editWidget,
|
||||||
label: 'Clone',
|
label: 'Clone',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user