change default value

This commit is contained in:
Mat 2022-10-06 13:42:09 +02:00 committed by GitHub
parent c1d2f4be13
commit 292fcc3e38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ class NextcloudConfigsTab extends React.Component<
const configs = props.configs as NextcloudConfigs
this.state = {
existing: configs.type === SyncService.Nextcloud,
endpoint: configs.endpoint || "https://yawks.net/nextcloud/",
endpoint: configs.endpoint || "https://nextcloud.com/",
username: configs.username || "",
password: "",
fetchLimit: configs.fetchLimit || 250,