Fix leave space cancel button exploding
							parent
							
								
									d93c220aae
								
							
						
					
					
						commit
						c0d9c69f16
					
				|  | @ -100,7 +100,7 @@ const LeaveSpaceDialog: React.FC<IProps> = ({ space, onFinished }) => { | |||
|             primaryButton={_t("Leave space")} | ||||
|             onPrimaryButtonClick={() => onFinished(true, roomsToLeave)} | ||||
|             hasCancel={true} | ||||
|             onCancel={onFinished} | ||||
|             onCancel={() => onFinished(false)} | ||||
|         /> | ||||
|     </BaseDialog>; | ||||
| }; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Michael Telatynski
						Michael Telatynski