Skip to content

Commit 91a8049

Browse files
authored
fix: Proposal author doesn't load (#4801)
1 parent 84f8242 commit 91a8049

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/SpaceProposalHeader.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ watch(
100100
() => {
101101
if (!props.proposal) return;
102102
loadProfiles([props.proposal.author]);
103-
}
103+
},
104+
{ immediate: true }
104105
);
105106
</script>
106107

0 commit comments

Comments
 (0)