mirror of
https://github.com/yang991178/fluent-reader.git
synced 2024-12-29 09:50:24 +01:00
change default value
This commit is contained in:
parent
c1d2f4be13
commit
292fcc3e38
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user