1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00
This commit is contained in:
Martin McKeaveney 2021-03-03 14:42:34 +00:00
parent 274339d945
commit 2fbf64581e

View file

@ -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>