Skip to content

Commit

Permalink
Drop old unused Vuex store
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Oct 11, 2023
1 parent 5bbacf9 commit cb0f62e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
33 changes: 0 additions & 33 deletions client/src/store/collectionAttributesStore.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 @@ -9,7 +9,6 @@ import Vuex from "vuex";
import createCache from "vuex-cache";
import VuexPersistence from "vuex-persist";

import { collectionAttributesStore } from "./collectionAttributesStore";
import { datasetExtFilesStore } from "./datasetExtFilesStore";
import { datasetPathDestinationStore } from "./datasetPathDestinationStore";
import { gridSearchStore } from "./gridSearchStore";
Expand Down Expand Up @@ -45,7 +44,6 @@ export function createStore() {
const storeConfig = {
plugins: [createCache(), panelsPersistence.plugin],
modules: {
collectionAttributesStore: collectionAttributesStore,
destinationParameters: jobDestinationParametersStore,
datasetExtFiles: datasetExtFilesStore,
datasetPathDestination: datasetPathDestinationStore,
Expand Down

0 comments on commit cb0f62e

Please sign in to comment.