Skip to content

Commit

Permalink
fix: use correct component name (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-clegg authored Sep 30, 2024
1 parent 7b1377e commit 8c0d0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/admin/users.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ definePageMeta({
</script>

<template>
<users-table-new/>
<users-table/>
</template>

<style scoped lang="scss">
Expand Down

0 comments on commit 8c0d0d4

Please sign in to comment.