@truedat/bg 8.2.1 → 8.2.2

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.2.1",
3
+ "version": "8.2.2",
4
4
  "description": "Truedat Web Business Glossary",
5
5
  "sideEffects": false,
6
6
  "module": "src/index.js",
@@ -48,7 +48,7 @@
48
48
  "@testing-library/jest-dom": "^6.6.3",
49
49
  "@testing-library/react": "^16.3.0",
50
50
  "@testing-library/user-event": "^14.6.1",
51
- "@truedat/test": "8.2.1",
51
+ "@truedat/test": "8.2.2",
52
52
  "identity-obj-proxy": "^3.0.0",
53
53
  "jest": "^29.7.0",
54
54
  "redux-saga-test-plan": "^4.0.6"
@@ -81,5 +81,5 @@
81
81
  "semantic-ui-react": "^3.0.0-beta.2",
82
82
  "swr": "^2.3.3"
83
83
  },
84
- "gitHead": "3008f4a5a734dc1f12e9f25a790542b56aed61d2"
84
+ "gitHead": "ef27133e5868b9aad2d95d7f2c69f36063d4327b"
85
85
  }
@@ -189,8 +189,8 @@ const ConceptRoutes = ({
189
189
  <SearchContextProvider
190
190
  initialSortColumn="updated_at"
191
191
  initialSortDirection="ascending"
192
- useSearch={useLinksSearch}
193
- useFilters={useLinksFilters}
192
+ useSearch={() => useLinksSearch({ linkable: true })}
193
+ useFilters={() => useLinksFilters({ linkable: true })}
194
194
  pageSize={20}
195
195
  defaultFilters={{ status: ["pending"] }}
196
196
  >