Don't close settings dialog when opening spaces feedback prompt

pull/21833/head
Michael Telatynski 2021-07-08 13:24:16 +01:00
parent 72acd5a611
commit fc05395dba
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ const SpaceSettingsGeneralTab = ({ matrixClient: cli, space, onFinished }: IProp
{ error && <div className="mx_SpaceRoomView_errorText">{ error }</div> }
<SpaceFeedbackPrompt onClick={() => onFinished(false)} />
<SpaceFeedbackPrompt />
<div className="mx_SettingsTab_section">
<SpaceBasicSettings