mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
This commit is contained in:
committed by
GitHub
parent
117b57ccc5
commit
372d5c7d01
@@ -23,7 +23,7 @@
|
||||
<el-radio
|
||||
:model-value="operation"
|
||||
label="transfer"
|
||||
@update:modelValue="() => setOperation('transfer')"
|
||||
@update:model-value="() => setOperation('transfer')"
|
||||
>
|
||||
<n8n-text color="text-dark">{{
|
||||
$locale.baseText('settings.users.transferWorkflowsAndCredentials')
|
||||
@@ -36,14 +36,14 @@
|
||||
:model-value="transferId"
|
||||
:ignore-ids="ignoreIds"
|
||||
:current-user-id="usersStore.currentUserId"
|
||||
@update:modelValue="setTransferId"
|
||||
@update:model-value="setTransferId"
|
||||
/>
|
||||
</n8n-input-label>
|
||||
</div>
|
||||
<el-radio
|
||||
:model-value="operation"
|
||||
label="delete"
|
||||
@update:modelValue="() => setOperation('delete')"
|
||||
@update:model-value="() => setOperation('delete')"
|
||||
>
|
||||
<n8n-text color="text-dark">{{
|
||||
$locale.baseText('settings.users.deleteWorkflowsAndCredentials')
|
||||
@@ -58,7 +58,7 @@
|
||||
<n8n-input
|
||||
:model-value="deleteConfirmText"
|
||||
:placeholder="$locale.baseText('settings.users.deleteConfirmationText')"
|
||||
@update:modelValue="setConfirmText"
|
||||
@update:model-value="setConfirmText"
|
||||
/>
|
||||
</n8n-input-label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user