Pass isPremium to child
This commit is contained in:
parent
926d8fdc1c
commit
b936871bad
@ -4,7 +4,7 @@
|
|||||||
<span slot="title">Edit Panel</span>
|
<span slot="title">Edit Panel</span>
|
||||||
|
|
||||||
<div slot="body" class="body-wrapper">
|
<div slot="body" class="body-wrapper">
|
||||||
<PanelCreationForm {guildId} {channels} {roles} {emojis} {teams} {forms} bind:data={panel} seedDefault={false} />
|
<PanelCreationForm {guildId} {channels} {roles} {emojis} {teams} {forms} {isPremium} bind:data={panel} seedDefault={false} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div slot="footer">
|
<div slot="footer">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user