build: generate build for v2.0.2

This commit is contained in:
Joxit 2021-06-08 17:54:10 +02:00
parent 6c8b929e4f
commit a19c992d5a
No known key found for this signature in database
GPG Key ID: F526592B8E012263
2 changed files with 1 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -96,7 +96,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
state.snackbarMessage = undefined;
},
onBeforeMount(props) {
console.log(props)
// props.singleRegistry === 'true' means old static version
this.state.registryUrl = props.registryUrl ||
(props.singleRegistry === 'true' ? undefined : (router.getUrlQueryParam() || getRegistryServers(0))) ||