mirror of
https://github.com/umami-software/umami.git
synced 2026-02-23 05:55:35 +01:00
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 commit is contained in:
parent
860e6390f1
commit
a3733b0424
12 changed files with 38 additions and 15 deletions
|
|
@ -16,7 +16,7 @@ export function FunnelAddButton({ websiteId }: { websiteId: string }) {
|
|||
</Button>
|
||||
<Modal>
|
||||
<Dialog
|
||||
variant="modal"
|
||||
variant="sheet"
|
||||
title={formatMessage(labels.funnel)}
|
||||
style={{ minHeight: 375, minWidth: 600 }}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue