Fix data export page error
This commit is contained in:
		
							parent
							
								
									3419c8e2ac
								
							
						
					
					
						commit
						1e64435374
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -1,6 +1,8 @@ | |||
| # frozen_string_literal: true | ||||
| 
 | ||||
| class Settings::ExportsController < Settings::BaseController | ||||
|   include Authorization | ||||
| 
 | ||||
|   def show | ||||
|     @export  = Export.new(current_account) | ||||
|     @backups = current_user.backups | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue