mirror of
				https://github.com/abhinavxd/libredesk.git
				synced 2025-11-03 21:43:35 +00:00 
			
		
		
		
	fix: Ticks of bar charts.
- Update shadcn charts. - Refactors user store. - Fix: pagination incorrect total pages. - Comestic changes and cleanups. - Fixes toaster not working in OuterApp.vue. - Allow complete from address in notification settings from address form field.
This commit is contained in:
		@@ -12,7 +12,7 @@ import (
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
func ErrHandler(ctx *fasthttp.RequestCtx, status int, reason error) {
 | 
			
		||||
	fmt.Printf("error status %d - error %d", status, reason)
 | 
			
		||||
	fmt.Printf("error status %d: %s", status, reason)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
var upgrader = websocket.FastHTTPUpgrader{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user