mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 13:05:36 +01:00
Fixed triggered event lookup. Closes #3742.
This commit is contained in:
parent
cc8254985b
commit
cb63e49a9b
4 changed files with 16 additions and 9 deletions
|
|
@ -17,9 +17,8 @@ export function GoalAddButton({ websiteId }: { websiteId: string }) {
|
|||
<Modal>
|
||||
<Dialog
|
||||
aria-label="add goal"
|
||||
variant="modal"
|
||||
title={formatMessage(labels.goal)}
|
||||
style={{ minWidth: 800, minHeight: 300 }}
|
||||
style={{ minWidth: 400, minHeight: 300 }}
|
||||
>
|
||||
{({ close }) => <GoalEditForm websiteId={websiteId} onClose={close} />}
|
||||
</Dialog>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue