kgabryje commented on a change in pull request #17589:
URL: https://github.com/apache/superset/pull/17589#discussion_r759939592
##########
File path: superset-frontend/src/components/TableLoader/TableLoader.test.tsx
##########
@@ -32,6 +32,7 @@ fetchMock.get('glob:*/api/v1/mock', [
const defaultProps: TableLoaderProps = {
dataEndpoint: '/api/v1/mock',
addDangerToast: jest.fn(),
+ noDataText: 'No data available',
Review comment:
```suggestion
noDataText: t('No data available'),
```
##########
File path: UPDATING.md
##########
@@ -42,6 +42,7 @@ assists people when migrating to a new version.
### Other
+- [17589](https://github.com/apache/incubator-superset/pull/17589): It is now
possible to limit access to usersä recent activity data by setting the
`ENABLE_PUBLIC_ACTIVITY_ACCESS` config flag to false, or customizing the
`raise_for_user_activity_access` method in the security manager.
Review comment:
Typo - usersä 🙂
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]