mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 06:12:54 +00:00 
			
		
		
		
	Fix type mismatch
This commit is contained in:
		@@ -10,7 +10,7 @@ import { config } from '../config';
 | 
			
		||||
export class SidebarComponent {
 | 
			
		||||
  @Input() layout: string;
 | 
			
		||||
  @Output() layoutChanged = new EventEmitter<string>();
 | 
			
		||||
  enabledLayouts: Set<string> = config.dashboard.enabledLayouts;
 | 
			
		||||
  enabledLayouts: string[] = config.dashboard.enabledLayouts;
 | 
			
		||||
 | 
			
		||||
  constructor() {}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user