|  | @@ -25,7 +25,7 @@ const useAppStore = defineStore(
 | 
	
		
			
				|  |  |            Cookies.set('sidebarStatus', 0)
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  | -      closeSideBar(withoutAnimation) {
 | 
	
		
			
				|  |  | +      closeSideBar({ withoutAnimation }) {
 | 
	
		
			
				|  |  |          Cookies.set('sidebarStatus', 0)
 | 
	
		
			
				|  |  |          this.sidebar.opened = false
 | 
	
		
			
				|  |  |          this.sidebar.withoutAnimation = withoutAnimation
 |