simplified the actions again to fix some bugs

This commit is contained in:
Samuel Andert
2023-07-22 19:05:44 +02:00
parent 68708b65d8
commit 4d5b634e55
3 changed files with 19 additions and 12 deletions

View File

@ -25,10 +25,9 @@
},
{
id: 3,
componentName: 'MessageInput',
componentName: 'Terminal',
props: {},
slot: 'footer',
actions: ['ClearMessages', 'SendMessage']
slot: 'footer'
}
]
};