Skip to content

Commit 4811e85

Browse files
committed
Fix FloatingMenu typing
1 parent 2da4abe commit 4811e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/web/src/components/widgets/floating-menus/FloatingMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ export default defineComponent({
351351
},
352352
},
353353
computed: {
354-
floatingMenuContentStyle(): unknown {
354+
floatingMenuContentStyle(): Partial<CSSStyleDeclaration> {
355355
return {
356356
minWidth: this.minWidth > 0 ? `${this.minWidth}px` : "",
357357
};

0 commit comments

Comments
 (0)