Skip to content

Commit 68a4a8e

Browse files
Update components/ninjaone/ninjaone.app.mjs
Co-authored-by: michelle0927 <[email protected]>
1 parent 07b7001 commit 68a4a8e

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
@@ -182,8 +182,8 @@ export default {
182182
},
183183
organizationId: {
184184
type: "string",
185-
label: "Organization Id",
186-
description: "The id of the organization",
185+
label: "Organization ID",
186+
description: "The ID of the organization",
187187
async options({ prevContext }) {
188188
const data = await this.listOrganizations({
189189
params: {

0 commit comments

Comments
 (0)