Skip to content

Commit cc68bec

Browse files
committed
Fixed requested changes
1 parent 1b2baa6 commit cc68bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/chat_data/chat_data.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
chatbotId: {
99
type: "string",
1010
label: "Employee ID",
11-
description: "ID of the Employee",
11+
description: "The employee ID",
1212
async options() {
1313
const response = await this.getChatbots();
1414

0 commit comments

Comments
 (0)