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.
1 parent bc69b3d commit 8812e36Copy full SHA for 8812e36
src/Config/IncludesSettingsUI.ts
@@ -154,7 +154,7 @@ export class IncludesSettingsUI {
154
inputEl.addClass('has-error');
155
156
// Optionally, you could add a title attribute to show the error message on hover
157
- inputEl.title = result.errorMessage || '';
+ inputEl.title = result.errorMessage ?? '';
158
} else {
159
inputEl.removeClass('has-error');
160
inputEl.title = '';
0 commit comments