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 c7d4c4e commit 807b250Copy full SHA for 807b250
components/favro/actions/update-organization/update-organization.mjs
@@ -40,6 +40,7 @@ export default {
40
async run({ $ }) {
41
const response = await this.app.updateOrganization({
42
$,
43
+ organizationId: this.organizationId,
44
headers: {
45
organizationId: this.organizationId,
46
},
@@ -54,6 +55,7 @@ export default {
54
55
56
});
57
58
+
59
$.export("$summary", `Successfully updated organization with ID '${this.organizationId}'`);
60
61
return response;
0 commit comments