mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 01:00:12 +00:00
fix(dashboard): editing and backing out should not update the card
This commit is contained in:
parent
68d15b98f7
commit
e2b958c305
6 changed files with 30 additions and 14 deletions
|
|
@ -143,9 +143,9 @@
|
|||
<Link to={getGroupPageUrl(true)}><button class="link-button button-right btn btn-secondary" style={isPublic ? "float: none !important; margin-left: 0;" : ""} tabindex={-1} aria-label="randomize group members">Randomize group</button></Link>
|
||||
|
||||
{:else if editMode}
|
||||
<Edit on:deletion bind:group bind:editMode />
|
||||
<Edit on:update on:deletion bind:group bind:editMode />
|
||||
{:else if memberMode}
|
||||
<MemberEdit bind:group bind:memberMode bind:members />
|
||||
<MemberEdit on:updateGroupMembers bind:group bind:memberMode bind:members />
|
||||
{/if}
|
||||
</CardBody>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue