We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2baa6 commit cc68becCopy full SHA for cc68bec
components/chat_data/chat_data.app.mjs
@@ -8,7 +8,7 @@ export default {
8
chatbotId: {
9
type: "string",
10
label: "Employee ID",
11
- description: "ID of the Employee",
+ description: "The employee ID",
12
async options() {
13
const response = await this.getChatbots();
14
0 commit comments