fix: clone panel permission is updated (#2915)

This commit is contained in:
Palash Gupta 2023-06-15 12:52:31 +05:30 committed by GitHub
parent 9ad17c2d60
commit 389385324f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,7 @@ function WidgetHeader({
{
key: keyMethodMapping.clone.key,
icon: <CopyOutlined />,
disabled: false,
disabled: !editWidget,
label: 'Clone',
},
{