Skip to content

Commit 53b540b

Browse files
Update components/favro/actions/create-organization/create-organization.mjs
Co-authored-by: michelle0927 <[email protected]>
1 parent 2f6ad3d commit 53b540b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ export default {
5353
},
5454
});
5555

56-
$.export("$summary", `Successfully created organization named ${this.name}'`);
56+
$.export("$summary", `Successfully created organization named ${this.name}`);
57+
5758

5859
return response;
5960
},

0 commit comments

Comments
 (0)