|
@@ -324,7 +324,7 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
-import { mapState, mapGetters, mapActions } from "vuex";
|
|
|
|
|
|
+import { mapGetters, mapActions } from "vuex";
|
|
|
|
|
|
import draggable from "vuedraggable";
|
|
import draggable from "vuedraggable";
|
|
import Toast from "toasters";
|
|
import Toast from "toasters";
|
|
@@ -389,9 +389,6 @@ export default {
|
|
editingSongs: state => state.editingSongs,
|
|
editingSongs: state => state.editingSongs,
|
|
prefillDiscogs: state => state.prefillDiscogs
|
|
prefillDiscogs: state => state.prefillDiscogs
|
|
}),
|
|
}),
|
|
- ...mapState("modalVisibility", {
|
|
|
|
- modals: state => state.modals
|
|
|
|
- }),
|
|
|
|
...mapGetters({
|
|
...mapGetters({
|
|
socket: "websockets/getSocket"
|
|
socket: "websockets/getSocket"
|
|
})
|
|
})
|