enhancement syncing & protocol presence absence

This commit is contained in:
Julian Krauser 2025-01-05 12:12:21 +01:00
parent 5050011f29
commit b106ea6396
17 changed files with 95 additions and 47 deletions

View file

@ -73,7 +73,7 @@ export default defineComponent({
...mapState(useAbilityStore, ["can"]),
},
mounted() {
this.fetchProtocolDecision();
// this.fetchProtocolDecision();
},
methods: {
...mapActions(useProtocolDecisionStore, ["fetchProtocolDecision", "createProtocolDecision"]),