mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor: Use string ids on Credentials, Workflows, Tags, and Executions DB entities (#5041)
This commit is contained in:
committed by
GitHub
parent
8bee04cd2a
commit
ee28213538
@@ -171,7 +171,7 @@ export default mixins(showMessage, nodeHelpers).extend({
|
||||
required: true,
|
||||
},
|
||||
activeId: {
|
||||
type: [String, Number],
|
||||
type: [String],
|
||||
required: true,
|
||||
},
|
||||
mode: {
|
||||
|
||||
Reference in New Issue
Block a user