Preset: Switch to "Unknown remotes" tab on the Connector window if OnlyAllowPresetRemotes is on
This commit is contained in:
@@ -138,7 +138,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
tab: "new",
|
||||
tab: !this.restrictedToPresets ? "new" : "known",
|
||||
canSelect: true,
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user