feat: command palette, PSA ticket context, session-to-flow converter #108
@@ -259,7 +259,7 @@ export function SessionDetailPage() {
|
|||||||
const tree = await treesApi.create({
|
const tree = await treesApi.create({
|
||||||
name: flowData.name,
|
name: flowData.name,
|
||||||
description: flowData.description,
|
description: flowData.description,
|
||||||
tree_type: flowData.tree_type,
|
tree_type: flowData.tree_type as import('@/types').TreeType,
|
||||||
tree_structure: flowData.tree_structure,
|
tree_structure: flowData.tree_structure,
|
||||||
tags: flowData.tags,
|
tags: flowData.tags,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user