mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-26 08:16:44 -06:00
Fix formatting change which inadvertently broke the feature tests.
This commit is contained in:
parent
6e8ebbd375
commit
fb4afce629
@ -125,7 +125,7 @@ export default class QueryHistoryDetails {
|
||||
this.$errMsgBlock.removeClass('d-none');
|
||||
this.$errMsgBlock.empty().append(
|
||||
`<div class='history-error-text'>
|
||||
<span>Error Message</span>${_.escape(this.parseErrorMessage(this.entry.message))}
|
||||
<span>Error Message</span> ${_.escape(this.parseErrorMessage(this.entry.message))}
|
||||
</div>`
|
||||
);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user