tidy up
This commit is contained in:
parent
8dd49a4d09
commit
f1927a0d79
|
@ -25,8 +25,6 @@
|
|||
export let pagination
|
||||
export let detailUrl
|
||||
|
||||
$: console.log(detailUrl)
|
||||
|
||||
// Add setting height as css var to allow grid to use correct height
|
||||
$: gridStyles = {
|
||||
...$component.styles,
|
||||
|
@ -154,9 +152,7 @@
|
|||
{#if selectedRows.length > 0}
|
||||
<DeleteButton text small on:click={modal.show()}>
|
||||
<Icon name="addrow" />
|
||||
Delete
|
||||
{selectedRows.length}
|
||||
row(s)
|
||||
Delete {selectedRows.length} row(s)
|
||||
</DeleteButton>
|
||||
{/if}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue