mirror of https://github.com/DJ2LS/FreeDATA.git
more work
parent
55dbe63a04
commit
cea6321a62
|
@ -133,10 +133,8 @@ export function onChange() {
|
||||||
|
|
||||||
setConfig(remote_config).then((conf) => {
|
setConfig(remote_config).then((conf) => {
|
||||||
settingsStore.remote = conf;
|
settingsStore.remote = conf;
|
||||||
console.log(conf)
|
settingsStore.remote.STATION.callsign_blacklist =
|
||||||
console.log("jaaaaaaa")
|
conf.STATION.callsign_blacklist.join("\n");
|
||||||
//settingsStore.remote.STATION.callsign_blacklist =
|
|
||||||
// conf.STATION.callsign_blacklist.join("\n");
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue