Don't bind

This commit is contained in:
rxdn 2022-06-05 02:12:35 +01:00
parent 1f5f40900f
commit e649707b15

View File

@ -108,7 +108,7 @@
{#if !$loadingScreen} {#if !$loadingScreen}
<div style="margin-top: 10px"> <div style="margin-top: 10px">
<MultiPanelCreationForm {guildId} {channels} bind:panels bind:data={multiPanelCreateData}/> <MultiPanelCreationForm {guildId} {channels} {panels} bind:data={multiPanelCreateData}/>
<div style="display: flex; justify-content: center; margin-top: 2%"> <div style="display: flex; justify-content: center; margin-top: 2%">
<Button icon="fas fa-paper-plane" fullWidth={true} on:click={createMultiPanel}>Submit</Button> <Button icon="fas fa-paper-plane" fullWidth={true} on:click={createMultiPanel}>Submit</Button>
</div> </div>