mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	web: Condense unnecessarily verbose function signatures.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							6b8fc6de36
						
					
				
				
					commit
					d074848673
				
			@@ -556,7 +556,7 @@ function open_edit_form_modal(this: HTMLElement): void {
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            if (Object.keys(deleted_values).length !== 0) {
 | 
			
		||||
                const edit_select_field_modal_callback: () => void = () => {
 | 
			
		||||
                const edit_select_field_modal_callback = (): void => {
 | 
			
		||||
                    show_modal_for_deleting_options(field, deleted_values, update_profile_field);
 | 
			
		||||
                };
 | 
			
		||||
                dialog_widget.close(edit_select_field_modal_callback);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user