Skip to content

Commit 74ce258

Browse files
authored
Fix request for associated members (#1402)
1 parent a972b1e commit 74ce258

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/modules/organization/pages/organization-view-page.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
name="members"
3333
>
3434
<app-organization-view-members
35-
:organization-id="props.id"
35+
:organization="organization"
3636
/>
3737
</el-tab-pane>
3838
<el-tab-pane

0 commit comments

Comments
 (0)