Skip to content

Commit 81a4ac4

Browse files
committed
fix hoverable prop
1 parent e5b350c commit 81a4ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/ui/servers/TeleportOverflowMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ interface Option {
115115
const props = withDefaults(
116116
defineProps<{
117117
options: Option[];
118-
hoverable: boolean;
118+
hoverable?: boolean;
119119
}>(),
120120
{
121121
hoverable: false,

0 commit comments

Comments
 (0)