Skip to content

Commit cb1d528

Browse files
committed
chore: cleanup
1 parent 78686bd commit cb1d528

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

libs/web-components/src/components/dropdown/Dropdown.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@
105105
106106
let _bindTimeoutId: any;
107107
108-
let _mountStatus: "active" | "ready" = "ready";
109-
let _mountTimeoutId: any = undefined;
110108
let _error = toBoolean(error);
111109
let _prevError = _error;
112110

libs/web-components/src/components/dropdown/DropdownItem.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
})
6464
}
6565
66-
onDestroy(async () => {
66+
onDestroy(() => {
6767
relay<DropdownItemDestroyRelayDetail>(
6868
_parentEl,
6969
DropdownItemDestroyMsg,

0 commit comments

Comments
 (0)