mirror of
https://github.com/umami-software/umami.git
synced 2026-02-24 06:25:43 +01:00
Revert "Fix TypeScript type errors across multiple files"
Some checks failed
Node.js CI / build (push) Has been cancelled
Some checks failed
Node.js CI / build (push) Has been cancelled
This reverts commit a3733b0424.
This commit is contained in:
parent
a3733b0424
commit
2260520ae5
12 changed files with 15 additions and 38 deletions
|
|
@ -16,7 +16,7 @@ export function FunnelAddButton({ websiteId }: { websiteId: string }) {
|
|||
</Button>
|
||||
<Modal>
|
||||
<Dialog
|
||||
variant="sheet"
|
||||
variant="modal"
|
||||
title={formatMessage(labels.funnel)}
|
||||
style={{ minHeight: 375, minWidth: 600 }}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue