We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2fbd9c + a1729cd commit 874c067Copy full SHA for 874c067
Public/js/views/expression_field.js
@@ -29,7 +29,7 @@ export class ExpressionField extends EventDispatcher {
29
}
30
31
set error(error) {
32
- if (error) {
+ if (error.length) {
33
let message = "";
34
if (typeof error === "string" || error instanceof String) {
35
const errorMessage = Utils.htmlSafe(error);
0 commit comments