add direct invitation link
All checks were successful
deploy / build-and-deploy (push) Successful in 21s

This commit is contained in:
2025-11-02 21:31:17 +01:00
parent 593e76dcb4
commit b2c24f394f
15 changed files with 365 additions and 39 deletions

View File

@@ -23,7 +23,7 @@
};
target: T | null;
keys: Key<any>[][];
keys?: Key<any>[][];
onSubmit: (target: T) => void;
onClose?: () => void;
@@ -93,7 +93,7 @@
};
// input
let { texts, target, keys, onSubmit, onClose, open = $bindable() }: Props<any> = $props();
let { texts, target, keys = [], onSubmit, onClose, open = $bindable() }: Props<any> = $props();
onInit();