fix: Settings fqdn grr
This commit is contained in:
parent
11ee1651ae
commit
98e8d5170b
@ -75,7 +75,7 @@
|
|||||||
async function handleSubmit() {
|
async function handleSubmit() {
|
||||||
try {
|
try {
|
||||||
loading.save = true;
|
loading.save = true;
|
||||||
if (fqdn) {
|
if (fqdn !== settings.fqdn) {
|
||||||
await post(`/settings/check.json`, { fqdn });
|
await post(`/settings/check.json`, { fqdn });
|
||||||
await post(`/settings.json`, { fqdn });
|
await post(`/settings.json`, { fqdn });
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user