Skip to content

Commit f0c38e2

Browse files
committed
fix: save fields after adding all the clients
1 parent 6b69b59 commit f0c38e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/client-manager.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ class ClientManager extends window.StorageManager {
129129
this.addClient(wrapper, true)
130130
.catch((error) => console.error("Error adding client", handler.type, handler.id, error));
131131
}
132+
await this.saveFields();
132133

133134
this.loadedInstances = true;
134135
return !!this.clients.size;

0 commit comments

Comments
 (0)