@konfuzio/document-validation-ui 0.1.49 → 0.1.50-dev.0

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": "@konfuzio/document-validation-ui",
3
- "version": "0.1.49",
3
+ "version": "0.1.50-dev.0",
4
4
  "repository": "git://github.com:konfuzio-ai/document-validation-ui.git",
5
5
  "main": "dist/app.js",
6
6
  "scripts": {
@@ -19,7 +19,7 @@
19
19
  </div>
20
20
  <div class="bottom-part">
21
21
  {{
22
- `#${numberOfDocumentInSet(selectedDocument.id)} ${categoryName(
22
+ `${numberOfDocumentInSet(selectedDocument.id)} ${categoryName(
23
23
  selectedDocument.category
24
24
  )}`
25
25
  }}
@@ -41,7 +41,7 @@
41
41
  >
42
42
  <span>
43
43
  {{
44
- `#${numberOfDocumentInSet(doc.id)} ${categoryName(doc.category)}`
44
+ `${numberOfDocumentInSet(doc.id)} ${categoryName(doc.category)}`
45
45
  }}</span
46
46
  >
47
47
  </b-dropdown-item>