mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-31 05:31:10 -04:00 
			
		
		
		
	build version 400
This commit is contained in:
		| @ -8,7 +8,9 @@ const initialState = { | ||||
|   selectAllField: false, | ||||
|   selectedEstimates: [], | ||||
|   totalEstimates: 0, | ||||
|   selectedCustomer: null | ||||
|   selectedCustomer: null, | ||||
|   selectedEstimate: null, | ||||
|   selectedNote: null, | ||||
| } | ||||
|  | ||||
| export default { | ||||
| @ -20,5 +22,5 @@ export default { | ||||
|  | ||||
|   actions: actions, | ||||
|  | ||||
|   mutations: mutations | ||||
|   mutations: mutations, | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user