Skip to content

Commit

Permalink
bugfix for emits
Browse files Browse the repository at this point in the history
  • Loading branch information
Paz committed Jan 1, 2025
1 parent f484250 commit df4f7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/NavigationSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const props = defineProps<{
}>()
const emit = defineEmits(["refresh"])
const emit = defineEmits(["refresh", "file-select"])
const directoryRepository = new DirectoryContentRepository()
const noteRepository = new NoteRepository()
Expand Down

0 comments on commit df4f7a2

Please sign in to comment.