You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Merge pull request #5417 from matrix-org/t3chguy/fix/15698
Fix the feedback not closing without feedback/countly
This commit is contained in:
@@ -48,8 +48,8 @@ export default (props) => {
|
|||||||
title: _t('Feedback sent'),
|
title: _t('Feedback sent'),
|
||||||
description: _t('Thank you!'),
|
description: _t('Thank you!'),
|
||||||
});
|
});
|
||||||
props.onFinished();
|
|
||||||
}
|
}
|
||||||
|
props.onFinished();
|
||||||
};
|
};
|
||||||
|
|
||||||
const brand = SdkConfig.get().brand;
|
const brand = SdkConfig.get().brand;
|
||||||
|
|||||||
Reference in New Issue
Block a user