mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix webapp test by sending 'null' if group in post is undefined
This commit is contained in:
parent
fd62a03820
commit
a46dd099ac
@ -9,7 +9,10 @@
|
|||||||
<ds-space margin="large" />
|
<ds-space margin="large" />
|
||||||
<ds-flex :width="{ base: '100%' }" gutter="base">
|
<ds-flex :width="{ base: '100%' }" gutter="base">
|
||||||
<ds-flex-item :width="{ base: '100%', md: 3 }">
|
<ds-flex-item :width="{ base: '100%', md: 3 }">
|
||||||
<contribution-form :contribution="contribution" :group="contribution.group" />
|
<contribution-form
|
||||||
|
:contribution="contribution"
|
||||||
|
:group="contribution && contribution.group ? contribution.group : null"
|
||||||
|
/>
|
||||||
</ds-flex-item>
|
</ds-flex-item>
|
||||||
<ds-flex-item :width="{ base: '100%', md: 1 }"> </ds-flex-item>
|
<ds-flex-item :width="{ base: '100%', md: 1 }"> </ds-flex-item>
|
||||||
</ds-flex>
|
</ds-flex>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user