Skip to content

Commit 748a1bd

Browse files
committed
Refactor edit-data-connection action and rename get-project-runs action
- Removed the 'groups' prop definition from edit-data-connection.mjs. - Updated the name of the action in get-project-runs.mjs from "Run Project Runs" to "Get Project Runs".
1 parent d3a2825 commit 748a1bd

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

components/hex/actions/edit-data-connection/edit-data-connection.mjs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ export default {
3838
"sharingWorkspaceMembers",
3939
],
4040
},
41-
groups: {
42-
propDefinition: [
43-
hex,
44-
"groups",
45-
],
46-
},
4741
schemaRefreshAccess: {
4842
propDefinition: [
4943
hex,

components/hex/actions/get-project-runs/get-project-runs.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import hex from "../../hex.app.mjs";
33

44
export default {
55
key: "hex-get-project-runs",
6-
name: "Run Project Runs",
6+
name: "Get Project Runs",
77
description: "Get the status of the API-triggered runs of a project. [See the documentation](https://learn.hex.tech/docs/api/api-reference#operation/GetProjectRuns)",
88
version: "0.0.1",
99
annotations: {

0 commit comments

Comments
 (0)