diff --git a/client/src/components/Libraries/LibraryFolder/TopToolbar/FolderTopBar.vue b/client/src/components/Libraries/LibraryFolder/TopToolbar/FolderTopBar.vue index 94b463149b65..db83a673e7ad 100644 --- a/client/src/components/Libraries/LibraryFolder/TopToolbar/FolderTopBar.vue +++ b/client/src/components/Libraries/LibraryFolder/TopToolbar/FolderTopBar.vue @@ -66,7 +66,6 @@ const emit = defineEmits<{ const { config, isConfigLoaded } = useConfig(); const userStore = useUserStore(); -const { isAdmin } = storeToRefs(userStore); const { datatypes } = useDetailedDatatypes();