last commit bug fix
This commit is contained in:
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -15,7 +15,7 @@ export default {
 | 
			
		||||
 | 
			
		||||
  // initial state
 | 
			
		||||
  state: {
 | 
			
		||||
    keys: '',
 | 
			
		||||
    keys: [],
 | 
			
		||||
    terms: [],
 | 
			
		||||
    filters: [],
 | 
			
		||||
    uuids: [],
 | 
			
		||||
@@ -65,7 +65,7 @@ export default {
 | 
			
		||||
      state.keys = keys
 | 
			
		||||
    },
 | 
			
		||||
    reSetKeys (state) {
 | 
			
		||||
      state.keys = ''
 | 
			
		||||
      state.keys = []
 | 
			
		||||
    },
 | 
			
		||||
    setTerms (state, terms) {
 | 
			
		||||
      state.terms = terms
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user