fix: Settings fqdn grr
This commit is contained in:
parent
11ee1651ae
commit
98e8d5170b
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
async function handleSubmit() {
|
||||
try {
|
||||
loading.save = true;
|
||||
if (fqdn) {
|
||||
if (fqdn !== settings.fqdn) {
|
||||
await post(`/settings/check.json`, { fqdn });
|
||||
await post(`/settings.json`, { fqdn });
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue