mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
:xap: Open tooltip links on new tab (#2106)
* ✨ Create mixin * ⚡ Implement mixin * 🔥 Remove hardcoded attribute * 🔨 Refactor mixin into helper * 🔨 Refactor string replacement * ✏️ Unrelated description fixes * ⚡ Simplify helper import
This commit is contained in:
@@ -641,7 +641,7 @@ export const userFields = [
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: `Free text search terms to find users that match these terms in any field, except for extended properties.</br>
|
||||
For more information on constructing user queries, see <a href="https://developers.google.com/admin-sdk/directory/v1/guides/search-users" target="_blank">Search for Users</a>`,
|
||||
For more information on constructing user queries, see <a href="https://developers.google.com/admin-sdk/directory/v1/guides/search-users">Search for Users</a>`,
|
||||
},
|
||||
{
|
||||
displayName: 'Show Deleted',
|
||||
|
||||
Reference in New Issue
Block a user