Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…lter query result" to resource view;

[GDB-8193](https://ontotext.atlassian.net/browse/GDB-8193): No Space Between "Visual" Button Icon and Label

## What
- When [GDB-8684](https://ontotext.atlassian.net/browse/GDB-8684) was implemented, the component was configured to display result info that didn't have a result info message. As a result, the toolbar appeared small and unattractive;
- The error message has extra spaces;

## Why
- In cases where there's no result message, the minimum height of the container was not being set;
- The 'createErrorMessageElement' function builds the error message elements as html string using Template literals. The template literal allow new lines and white space characters to be added to the string, this causes the strange formatting of the error message.

## How
- update version of ontotext-yasgui-web-component;
-  update version of ontotext-yasgui-web-component;
  • Loading branch information
boyan-tonchev committed Aug 23, 2023
1 parent 33dac8a commit 6bb93e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"ng-file-upload": "^12.2.13",
"ng-tags-input": "^3.2.0",
"oclazyload": "^1.1.0",
"ontotext-yasgui-web-component": "1.0.7",
"ontotext-yasgui-web-component": "1.0.8",
"shepherd.js": "^10.0.1"
},
"resolutions": {
Expand Down

0 comments on commit 6bb93e9

Please sign in to comment.