Skip to content

Commit 9d078b9

Browse files
Update components/ninjaone/ninjaone.app.mjs
Co-authored-by: michelle0927 <[email protected]>
1 parent 12e1d48 commit 9d078b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/ninjaone/ninjaone.app.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export default {
77
propDefinitions: {
88
clientId: {
99
type: "string",
10-
label: "Client Id",
11-
description: "The Id of the client related to the ticket",
10+
label: "Client ID",
11+
description: "The ID of the client related to the ticket",
1212
async options({ prevContext }) {
1313
const data = await this.listOrganizations({
1414
params: {

0 commit comments

Comments
 (0)