Skip to content

Commit

Permalink
Remove old collection elements Vuex store
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Sep 22, 2023
1 parent 79b2a76 commit c9adb19
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 76 deletions.
73 changes: 0 additions & 73 deletions client/src/store/historyStore/collectionElementsStore.js

This file was deleted.

1 change: 0 additions & 1 deletion client/src/store/historyStore/index.js

This file was deleted.

2 changes: 0 additions & 2 deletions client/src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { collectionAttributesStore } from "./collectionAttributesStore";
import { datasetExtFilesStore } from "./datasetExtFilesStore";
import { datasetPathDestinationStore } from "./datasetPathDestinationStore";
import { gridSearchStore } from "./gridSearchStore";
import { collectionElementsStore } from "./historyStore";
import { invocationStore } from "./invocationStore";
import { jobDestinationParametersStore } from "./jobDestinationParametersStore";
import { panelStore } from "./panelStore";
Expand Down Expand Up @@ -47,7 +46,6 @@ export function createStore() {
plugins: [createCache(), panelsPersistence.plugin],
modules: {
collectionAttributesStore: collectionAttributesStore,
collectionElements: collectionElementsStore,
destinationParameters: jobDestinationParametersStore,
datasetExtFiles: datasetExtFilesStore,
datasetPathDestination: datasetPathDestinationStore,
Expand Down

0 comments on commit c9adb19

Please sign in to comment.