Skip to content

Commit 7a66c99

Browse files
committed
Annotation adjustments
1 parent f136f5f commit 7a66c99

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

components/wildberries/actions/list-orders/list-orders.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default defineAction({
99
annotations: {
1010
destructiveHint: false,
1111
openWorldHint: true,
12-
readOnlyHint: false,
12+
readOnlyHint: true,
1313
},
1414
type: "action",
1515
props: {

components/zoho_catalyst/actions/detect-objects-in-image/detect-objects-in-image.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineAction({
1010
annotations: {
1111
destructiveHint: false,
1212
openWorldHint: true,
13-
readOnlyHint: false,
13+
readOnlyHint: true,
1414
},
1515
type: "action",
1616
props: {

components/zoho_catalyst/actions/extract-text-from-image/extract-text-from-image.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineAction({
1010
annotations: {
1111
destructiveHint: false,
1212
openWorldHint: true,
13-
readOnlyHint: false,
13+
readOnlyHint: true,
1414
},
1515
type: "action",
1616
props: {

components/zoho_catalyst/actions/perform-face-detection-and-analysis/perform-face-detection-and-analysis.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineAction({
1111
annotations: {
1212
destructiveHint: false,
1313
openWorldHint: true,
14-
readOnlyHint: false,
14+
readOnlyHint: true,
1515
},
1616
type: "action",
1717
props: {

components/zoho_catalyst/actions/perform-image-moderation/perform-image-moderation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineAction({
1111
annotations: {
1212
destructiveHint: false,
1313
openWorldHint: true,
14-
readOnlyHint: false,
14+
readOnlyHint: true,
1515
},
1616
type: "action",
1717
props: {

0 commit comments

Comments
 (0)