ydb-embedded-ui 10.1.0 → 10.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -61,7 +61,7 @@ export const useEditAccessAvailable = () => {
61
61
  return useGetFeatureVersion('/viewer/acl') >= 2;
62
62
  };
63
63
  export const useTopicDataAvailable = () => {
64
- return useGetFeatureVersion('/viewer/topic_data') >= 2;
64
+ return useGetFeatureVersion('/viewer/topic_data') >= 1;
65
65
  };
66
66
  const useGetSecuritySetting = (feature) => {
67
67
  const database = useDatabaseFromQuery();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ydb-embedded-ui",
3
- "version": "10.1.0",
3
+ "version": "10.1.1",
4
4
  "files": [
5
5
  "dist"
6
6
  ],