@truedat/bg 6.8.9 → 6.9.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": "6.8.9",
3
+ "version": "6.9.3",
4
4
  "description": "Truedat Web Business Glossary",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -86,9 +86,9 @@
86
86
  ]
87
87
  },
88
88
  "dependencies": {
89
- "@truedat/core": "6.8.9",
90
- "@truedat/df": "6.8.9",
91
- "@truedat/lm": "6.8.9",
89
+ "@truedat/core": "6.9.3",
90
+ "@truedat/df": "6.9.3",
91
+ "@truedat/lm": "6.9.3",
92
92
  "decode-uri-component": "^0.2.2",
93
93
  "file-saver": "^2.0.5",
94
94
  "moment": "^2.29.4",
@@ -111,5 +111,5 @@
111
111
  "react-dom": ">= 16.8.6 < 17",
112
112
  "semantic-ui-react": ">= 2.0.3 < 2.2"
113
113
  },
114
- "gitHead": "9dd7fa68422d3261185c3a6b9d618217a3e57bec"
114
+ "gitHead": "de2241f37a9fa1d5324e7f7cfbd288a2f93e2985"
115
115
  }
@@ -79,6 +79,7 @@ export const ConceptEdit = ({
79
79
  translatableFields={translatableKeys}
80
80
  setI18nConcept={setI18nConcept}
81
81
  onSubmit={handleSubmit}
82
+ setTemplate={() => null} // In ConceptEdit, the template is already selected and cannot be changed
82
83
  />
83
84
  </>
84
85
  );
@@ -98,7 +98,7 @@ const renderOpts = {
98
98
 
99
99
  describe("<ConceptEdit />", () => {
100
100
  const props = {
101
- applyTemplate: jest.fn(),
101
+ concept,
102
102
  };
103
103
  it("matches the latest snapshot", async () => {
104
104
  const { container, queryByText } = render(