You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UNSUPPORTED_TARGET: (id: string,targetType: string)=>`Custom Action Validation Error for '${id}': Target type '${targetType}' is not supported`,
27
27
INVALID_POSITION: (position: string,targetType: string,supportedPositions: string)=>`Position '${position}' is not supported for ${targetType.toLowerCase()}-level custom actions. Supported positions: ${supportedPositions}`,
28
-
MULTIPLE_PRIMARY_ACTIONS: (targetType: string,existingName: string,newName: string)=>`Multiple primary actions found for ${targetType.toLowerCase()}-level custom actions: '${existingName}' and '${newName}'. Only the first action will be shown.`,
INVALID_DATA_MODEL_IDS: (targetType: string,invalidIds: string[],supportedIds: string)=>`Invalid data model IDs for ${targetType.toLowerCase()}-level custom actions: ${invalidIds.join(', ')}. Supported data model IDs: ${supportedIds}`,
0 commit comments