Update row actions button

This commit is contained in:
Andrew Kingston 2024-08-22 11:36:29 +01:00
parent 787d93e317
commit 8805b7f67f
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -60,10 +60,10 @@
}
</script>
<DetailPopover title="Row Actions" minWidth={400} maxWidth={400}>
<DetailPopover title="Row actions" minWidth={400} maxWidth={400}>
<svelte:fragment slot="anchor" let:open>
<ActionButton icon="Engagement" selected={open} quiet>
Row Actions ({suffix})
Row actions ({suffix})
</ActionButton>
</svelte:fragment>
A row action is a user-triggered automation for a chosen row.