feat: add edit button
This commit is contained in:
parent
9ff0a19275
commit
cd81c62371
@ -41,8 +41,9 @@
|
||||
</Modal>
|
||||
</Col>
|
||||
{/if}
|
||||
<div class="mt-2">
|
||||
<b>Description:</b><br />
|
||||
{@html htmlDescription}
|
||||
</div>
|
||||
</Row>
|
||||
</Row>
|
||||
<div class="my-2">
|
||||
<b>Description:</b><br />
|
||||
{@html htmlDescription}
|
||||
</div>
|
||||
<Button style="flex: 0" color="primary" on:click={() => editMode = true}>Edit</Button>
|
Loading…
Reference in New Issue
Block a user