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

@@ -138,7 +138,7 @@ export default {
},
data() {
return {
tab: "new",
tab: !this.restrictedToPresets ? "new" : "known",
canSelect: true,
};
},