diff --git a/client/src/components/Libraries/LibraryFolder/TopToolbar/FolderTopBar.vue b/client/src/components/Libraries/LibraryFolder/TopToolbar/FolderTopBar.vue index d6f453065068..9d1d8df0f269 100644 --- a/client/src/components/Libraries/LibraryFolder/TopToolbar/FolderTopBar.vue +++ b/client/src/components/Libraries/LibraryFolder/TopToolbar/FolderTopBar.vue @@ -31,8 +31,8 @@ import { useUserStore } from "@/stores/userStore"; import FolderDetails from "@/components/Libraries/LibraryFolder/FolderDetails/FolderDetails.vue"; import LibraryBreadcrumb from "@/components/Libraries/LibraryFolder/LibraryBreadcrumb.vue"; import SearchField from "@/components/Libraries/LibraryFolder/SearchField.vue"; -import HistoryDatasetPicker from "@/components/Libraries/LibraryFolder/TopToolbar/HistoryDatasetPicker.vue"; import ProgressBar from "@/components/ProgressBar.vue"; +import HistoryDatasetPicker from "@/components/SelectionDialog/HistoryDatasetPicker.vue"; library.add(faBook, faCaretDown, faDownload, faHome, faPlus, faTrash); diff --git a/client/src/components/Libraries/LibraryFolder/TopToolbar/HistoryDatasetPicker.vue b/client/src/components/SelectionDialog/HistoryDatasetPicker.vue similarity index 100% rename from client/src/components/Libraries/LibraryFolder/TopToolbar/HistoryDatasetPicker.vue rename to client/src/components/SelectionDialog/HistoryDatasetPicker.vue