Refactor of visual programming page to fully match the CB's program schema. Includes overhaul of UI elements for plan creation. #38
@@ -437,7 +437,7 @@ describe('NormNode', () => {
|
|||||||
critical: false,
|
critical: false,
|
||||||
condition: {
|
condition: {
|
||||||
id: "belief-1",
|
id: "belief-1",
|
||||||
keyword: "help"
|
keyword: ""
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ describe('TriggerNode', () => {
|
|||||||
id: 'trigger-1',
|
id: 'trigger-1',
|
||||||
condition: {
|
condition: {
|
||||||
id: "belief-1",
|
id: "belief-1",
|
||||||
keyword: "help",
|
keyword: "",
|
||||||
},
|
},
|
||||||
plan: {
|
plan: {
|
||||||
name: "Default Plan",
|
name: "Default Plan",
|
||||||
|
|||||||
Reference in New Issue
Block a user