forked from MapComplete/MapComplete
		
	Remove interaction for dynamic links
This commit is contained in:
		
							parent
							
								
									5c9c189319
								
							
						
					
					
						commit
						2ce3ebe06a
					
				
					 2 changed files with 2 additions and 18 deletions
				
			
		|  | @ -300,7 +300,7 @@ class ImportViewerGui extends Combine { | |||
|                 const display_name = displayNameParam.data; | ||||
|                 const search = searchParam.data; | ||||
|                 if (display_name !== "" && search !== "") { | ||||
|                     return new ImportInspector({display_name, search}, state); | ||||
|                     return new ImportInspector({display_name, search}, undefined); | ||||
|                 } | ||||
| 
 | ||||
|                 if (ud === undefined || ud.loggedIn === false) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue