Skip to content

Commit

Permalink
[studio] change font in dropdown #1531 (#1539)
Browse files Browse the repository at this point in the history
* Update AgdbDropdown.vue

* studio - fix unit tests
  • Loading branch information
janavlachova authored Jan 26, 2025
1 parent ff8b242 commit afee705
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion agdb_studio/src/components/base/dropdown/AgdbDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const buttonRef = ref<HTMLElement>();
<button ref="buttonRef" type="button" class="trigger" @click="toggle">
<slot name="trigger"></slot>
</button>
<Teleport to="body">
<Teleport to="#app">
<SlideUpTransition>
<DropdownContent
v-on-click-outside="close"
Expand Down
6 changes: 6 additions & 0 deletions agdb_studio/vitest.setup.ts
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
import "@/tests/apiMock";

document.body.innerHTML = `
<head>
<div id="app"></div>
</head>
`;

0 comments on commit afee705

Please sign in to comment.