Skip to content

Commit 3249c74

Browse files
committed
Added actions
1 parent 2cb8220 commit 3249c74

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

components/favro/actions/create-organization/create-organization.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ export default {
4444
$,
4545
data: {
4646
name: this.name,
47-
shareToUsers: [
47+
shareToUsers: [
4848
{
4949
userId: this.userId,
5050
role: this.role,
51-
},
51+
},
5252
],
5353
},
5454
});

components/favro/actions/update-organization/update-organization.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import app from "../../favro.app.mjs";
22

33
export default {
4-
key: "favro-post-upsate-organization",
4+
key: "favro-post-update-organization",
55
name: "Update Organization",
66
description: "Updates an existing organization. [See the documentation](https://favro.com/developer/#update-an-organization)",
77
version: "0.0.1",
@@ -45,11 +45,11 @@ export default {
4545
},
4646
data: {
4747
name: this.name,
48-
shareToUsers: [
48+
shareToUsers: [
4949
{
5050
userId: this.userId,
5151
role: this.role,
52-
},
52+
},
5353
],
5454
},
5555
});

0 commit comments

Comments
 (0)