Update row actions button
This commit is contained in:
parent
787d93e317
commit
8805b7f67f
|
@ -60,10 +60,10 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<DetailPopover title="Row Actions" minWidth={400} maxWidth={400}>
|
<DetailPopover title="Row actions" minWidth={400} maxWidth={400}>
|
||||||
<svelte:fragment slot="anchor" let:open>
|
<svelte:fragment slot="anchor" let:open>
|
||||||
<ActionButton icon="Engagement" selected={open} quiet>
|
<ActionButton icon="Engagement" selected={open} quiet>
|
||||||
Row Actions ({suffix})
|
Row actions ({suffix})
|
||||||
</ActionButton>
|
</ActionButton>
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
A row action is a user-triggered automation for a chosen row.
|
A row action is a user-triggered automation for a chosen row.
|
||||||
|
|
Loading…
Reference in New Issue