mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix formatting change which inadvertently broke the feature tests.
This commit is contained in:
@@ -125,7 +125,7 @@ export default class QueryHistoryDetails {
|
|||||||
this.$errMsgBlock.removeClass('d-none');
|
this.$errMsgBlock.removeClass('d-none');
|
||||||
this.$errMsgBlock.empty().append(
|
this.$errMsgBlock.empty().append(
|
||||||
`<div class='history-error-text'>
|
`<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>`
|
</div>`
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user