Skip to content

Commit

Permalink
feat: restore the display before show the new result
Browse files Browse the repository at this point in the history
Signed-off-by: seven <[email protected]>
  • Loading branch information
Blankll committed Jan 7, 2025
1 parent a25ff33 commit 39dab76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/editor/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ const executeQueryAction = async (position: { column: number; lineNumber: number
}
try {
displayJsonEditor('');
if (!established.value) {
message.error(lang.t('editor.establishedRequired'), {
closable: true,
Expand Down

0 comments on commit 39dab76

Please sign in to comment.