fix: action name

This commit is contained in:
Piyush Gupta
2024-11-13 13:36:01 +05:30
parent 041f26ab2d
commit 41bc62fb3b

View File

@@ -74,7 +74,7 @@ export const ActionActivityTab = ({
const copyAction = async (data: TActionClassInput) => {
const { type } = data;
let copyName = data.name + " (copy)";
let copyName = data.name;
try {
if (isReadOnly) {
throw new Error(t("common.you_are_not_authorised_to_perform_this_action"));