Preset: Switch to "Unknown remotes" tab on the Connector window if OnlyAllowPresetRemotes is on

This commit is contained in:
NI
2020-12-26 21:22:52 +08:00
parent b924dd80c9
commit 9b9e6b7f62
4 changed files with 9 additions and 11 deletions

View File

@@ -36,17 +36,17 @@ export default {
props: {
tab: {
type: String,
default: "new"
default: "new",
},
knownsLength: {
type: Number,
default: 0
}
default: 0,
},
},
methods: {
switchTab(to) {
this.$emit("switch", to);
}
}
},
},
};
</script>