mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-09 22:55:34 +08:00
Fix protocol steps counter in import [SCI-11912]
This commit is contained in:
parent
f2e7123245
commit
81e5294e2a
1 changed files with 5 additions and 0 deletions
|
@ -79,6 +79,11 @@ export default {
|
|||
selectedSteps: null
|
||||
};
|
||||
},
|
||||
watch: {
|
||||
selectedProtocol() {
|
||||
this.selectedSteps = null;
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
validObject() {
|
||||
return this.selectedProtocol && this.selectedSteps?.length;
|
||||
|
|
Loading…
Add table
Reference in a new issue