mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(Orbit Node): Deprecate Orbit nicely (#9962)
This commit is contained in:
@@ -48,7 +48,7 @@ export const noteFields: INodeProperties[] = [
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getWorkspaces',
|
||||
},
|
||||
default: '',
|
||||
default: 'Deprecated',
|
||||
required: true,
|
||||
displayOptions: {
|
||||
show: {
|
||||
@@ -96,7 +96,7 @@ export const noteFields: INodeProperties[] = [
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getWorkspaces',
|
||||
},
|
||||
default: '',
|
||||
default: 'Deprecated',
|
||||
required: true,
|
||||
displayOptions: {
|
||||
show: {
|
||||
@@ -174,7 +174,7 @@ export const noteFields: INodeProperties[] = [
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getWorkspaces',
|
||||
},
|
||||
default: '',
|
||||
default: 'Deprecated',
|
||||
required: true,
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
||||
Reference in New Issue
Block a user