mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +01:00
Fixed imports.
This commit is contained in:
parent
5f4b83b09c
commit
7838204186
41 changed files with 49 additions and 15298 deletions
|
|
@ -19,7 +19,7 @@ export function TypeConfirmationForm({
|
|||
}: {
|
||||
confirmationValue: string;
|
||||
buttonLabel?: string;
|
||||
buttonVariant?: 'primary' | 'secondary' | 'outline' | 'quiet' | 'danger' | 'none';
|
||||
buttonVariant?: 'primary' | 'outline' | 'quiet' | 'danger' | 'zero';
|
||||
isLoading?: boolean;
|
||||
error?: string | Error;
|
||||
onConfirm?: () => void;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue