Refresh shotlog on sequence change

This commit is contained in:
D. Berge
2023-11-02 15:24:45 +01:00
parent 6606c7a6c1
commit e605320503

View File

@@ -448,6 +448,10 @@ export default {
sequencesLoading () {
this.loading == this.loading || this.sequencesLoading;
},
sequence () {
this.getSequence();
}
},