File tree Expand file tree Collapse file tree
plugins/core/src/lib/nodes/events Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ export const TabProvider = ({ children }) => {
7676 const setLayout = ( layout : SerializedDockview ) => {
7777 const currentAgentId = currentAgentRef . current
7878 const TAB_LAYOUT_KEY = generateTabLayoutKey ( config . projectId , currentAgentId )
79- console . log ( 'SETTING LAYOUT' , layout )
8079 localStorage . setItem ( TAB_LAYOUT_KEY , JSON . stringify ( layout ) )
8180 }
8281
Original file line number Diff line number Diff line change 1818 "valueType" : " object"
1919 }
2020 ],
21- "configuration" : [
22- {
23- "name" : " numInputs" ,
24- "valueType" : " number" ,
25- "defaultValue" : 3
26- }
27- ]
21+ "configuration" : []
2822 },
2923 {
3024 "type" : " magick/sendMessage" ,
Original file line number Diff line number Diff line change @@ -18,12 +18,6 @@ export const messageEvent = makeEventNodeDefinition({
1818 typeName : 'magick/onMessage' ,
1919 label : 'On Message' ,
2020 category : NodeCategory . Event ,
21- configuration : {
22- numInputs : {
23- valueType : 'number' ,
24- defaultValue : 3 ,
25- } ,
26- } ,
2721 in : { } ,
2822 out : {
2923 flow : 'flow' ,
You can’t perform that action at this time.
0 commit comments