remove default hookon
This commit is contained in:
		@@ -65,11 +65,5 @@ export const getInvokeOptions = (content?: string) => {
 | 
				
			|||||||
    label: opt,
 | 
					    label: opt,
 | 
				
			||||||
    value: opt
 | 
					    value: opt
 | 
				
			||||||
  }))
 | 
					  }))
 | 
				
			||||||
 | 
					 | 
				
			||||||
  // default
 | 
					 | 
				
			||||||
  if (!invokeOptions.length) {
 | 
					 | 
				
			||||||
    return []
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  return invokeOptions
 | 
					  return invokeOptions
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user