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 12e1d48 commit 9d078b9Copy full SHA for 9d078b9
components/ninjaone/ninjaone.app.mjs
@@ -7,8 +7,8 @@ export default {
7
propDefinitions: {
8
clientId: {
9
type: "string",
10
- label: "Client Id",
11
- description: "The Id of the client related to the ticket",
+ label: "Client ID",
+ description: "The ID of the client related to the ticket",
12
async options({ prevContext }) {
13
const data = await this.listOrganizations({
14
params: {
0 commit comments