mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:27:07 +00:00
Fix configuration not being refreshed
This commit is contained in:
@@ -480,7 +480,7 @@ export default {
|
||||
|
||||
const refreshedConfiguration = await this.api([url, init, callback]);
|
||||
if (refreshedConfiguration) {
|
||||
this.configuration == refreshedConfiguration;
|
||||
this.configuration = refreshedConfiguration;
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user