mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Fix the feedback not closing without feedback/countly
This commit is contained in:
parent
f73573881e
commit
b2366c38ba
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue