@truedat/bg 8.4.2 → 8.4.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/bg",
3
- "version": "8.4.2",
3
+ "version": "8.4.3",
4
4
  "description": "Truedat Web Business Glossary",
5
5
  "sideEffects": false,
6
6
  "module": "src/index.js",
@@ -51,7 +51,7 @@
51
51
  "@testing-library/jest-dom": "^6.6.3",
52
52
  "@testing-library/react": "^16.3.0",
53
53
  "@testing-library/user-event": "^14.6.1",
54
- "@truedat/test": "8.4.2",
54
+ "@truedat/test": "8.4.3",
55
55
  "identity-obj-proxy": "^3.0.0",
56
56
  "jest": "^29.7.0",
57
57
  "redux-saga-test-plan": "^4.0.6"
@@ -84,5 +84,5 @@
84
84
  "semantic-ui-react": "^3.0.0-beta.2",
85
85
  "swr": "^2.3.3"
86
86
  },
87
- "gitHead": "6ce335c57b6311c56828ce132b816322aa79d9ea"
87
+ "gitHead": "4c27fe8b467a2b0b26f69d4931d85d8bdf674e6d"
88
88
  }
@@ -193,6 +193,7 @@ const ConceptRoutes = ({
193
193
  useFilters={() => useLinksFilters({ linkable: true })}
194
194
  pageSize={20}
195
195
  defaultFilters={{ status: ["pending"] }}
196
+ useDomainSearchFilter
196
197
  >
197
198
  <ConceptLinksApprovals />
198
199
  </SearchContextProvider>
@@ -59,6 +59,7 @@ export const ConceptsPanel = ({ defaultFilters, actions, filtersGroup }) => {
59
59
  translations,
60
60
  pageSize: 20,
61
61
  filtersGroup,
62
+ useDomainSearchFilter: true,
62
63
  };
63
64
 
64
65
  const subscope = _.flow(_.get("template.subscope"), _.head)(defaultFilters);
@@ -245,6 +245,7 @@ export const ConceptSelector = (props) => {
245
245
  translations,
246
246
  filtersGroup,
247
247
  enrichSearchPayload,
248
+ useDomainSearchFilter: true,
248
249
  };
249
250
  return (
250
251
  <SearchContextProvider {...searchProps} defaultFilters={defaultFilters}>