mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	fix(client): uninitialized field
This commit is contained in:
		| @@ -10,6 +10,8 @@ class Options { | ||||
|     constructor() { | ||||
|         if (!isShare) { | ||||
|             this.initializedPromise = server.get<Record<string, OptionValue>>("options").then((data) => this.load(data)); | ||||
|         } else { | ||||
|             this.initializedPromise = Promise.resolve(); | ||||
|         } | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user