Skip to content

Commit

Permalink
fix: BanyanDB ui unable to load icon (#298)
Browse files Browse the repository at this point in the history
* fix: BanyanDB ui unable to load icon
  • Loading branch information
ButterBright authored Jul 9, 2023
1 parent c1d3271 commit df13bd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Release Notes.

- List all properties in a group.

### Bugs

- BanyanDB ui unable to load icon.

### Chores

- Bump several dependencies and tools.
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/Header/components/header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import { reactive } from "vue";
import { ElImage, ElTooltip, ElMenu, ElMenuItem } from 'element-plus'
import { useRoute } from 'vue-router'
import { watch, getCurrentInstance } from '@vue/runtime-core'
import userImg from '@/assets/banyandb_small.jpg'
// Eventbus
const $bus = getCurrentInstance().appContext.config.globalProperties.mittBus
Expand All @@ -35,7 +36,6 @@ const data = reactive({
isCollapse: false,
showButton: false
})
const userImg = 'http://localhost:5173/src/assets/banyandb_small.jpg'
// watch
watch(() => route, () => {
Expand Down

0 comments on commit df13bd6

Please sign in to comment.