This commit is contained in:
Martin McKeaveney 2021-03-03 14:42:34 +00:00
parent 8dd49a4d09
commit f1927a0d79
1 changed files with 1 additions and 5 deletions

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>