mirror of
https://github.com/umami-software/umami.git
synced 2026-02-23 22:15:35 +01:00
Add DialogTrigger to overflow menus
Some checks are pending
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
Some checks are pending
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
This commit is contained in:
parent
72fba187db
commit
f073fb1996
5 changed files with 26 additions and 24 deletions
|
|
@ -21,7 +21,7 @@ export function CohortEditButton({
|
|||
variant="quiet"
|
||||
title={formatMessage(labels.cohort)}
|
||||
width="800px"
|
||||
minHeight="300px"
|
||||
height="calc(100dvh - 40px)"
|
||||
>
|
||||
{({ close }) => {
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue