|  |  | @ -77,8 +77,7 @@ import GiftedDialog from "@/components/GiftedDialog.vue"; | 
			
		
	
		
			
				
					|  |  |  | import QuickNav from "@/components/QuickNav.vue"; | 
			
		
	
		
			
				
					|  |  |  | import EntityIcon from "@/components/EntityIcon.vue"; | 
			
		
	
		
			
				
					|  |  |  | import { NotificationIface } from "@/constants/app"; | 
			
		
	
		
			
				
					|  |  |  | import { db, accountsDB } from "@/db/index"; | 
			
		
	
		
			
				
					|  |  |  | import { AccountsSchema } from "@/db/tables/accounts"; | 
			
		
	
		
			
				
					|  |  |  | import { db } from "@/db/index"; | 
			
		
	
		
			
				
					|  |  |  | import { Contact } from "@/db/tables/contacts"; | 
			
		
	
		
			
				
					|  |  |  | import { MASTER_SETTINGS_KEY, Settings } from "@/db/tables/settings"; | 
			
		
	
		
			
				
					|  |  |  | import { GiverReceiverInputInfo } from "@/libs/endorserServer"; | 
			
		
	
	
		
			
				
					|  |  | @ -92,13 +91,8 @@ export default class ContactGiftingView extends Vue { | 
			
		
	
		
			
				
					|  |  |  |   activeDid = ""; | 
			
		
	
		
			
				
					|  |  |  |   allContacts: Array<Contact> = []; | 
			
		
	
		
			
				
					|  |  |  |   apiServer = ""; | 
			
		
	
		
			
				
					|  |  |  |   accounts: typeof AccountsSchema; | 
			
		
	
		
			
				
					|  |  |  |   projectId = localStorage.getItem("projectId") || ""; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |   async beforeCreate() { | 
			
		
	
		
			
				
					|  |  |  |     accountsDB.open(); | 
			
		
	
		
			
				
					|  |  |  |   } | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |   async created() { | 
			
		
	
		
			
				
					|  |  |  |     try { | 
			
		
	
		
			
				
					|  |  |  |       await db.open(); | 
			
		
	
	
		
			
				
					|  |  | 
 |