mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
fix(editor): Add telemetry to resource moving (#9720)
This commit is contained in:
@@ -23,7 +23,7 @@ const CREDENTIAL_LIST_ITEM_ACTIONS = {
|
||||
const props = withDefaults(
|
||||
defineProps<{
|
||||
data: ICredentialsResponse;
|
||||
readOnly: boolean;
|
||||
readOnly?: boolean;
|
||||
}>(),
|
||||
{
|
||||
data: () => ({
|
||||
|
||||
Reference in New Issue
Block a user