Skip to content

Commit

Permalink
fix(useTemplateList.ts): fix that can't add template after import wit…
Browse files Browse the repository at this point in the history
…h error
  • Loading branch information
oucb authored and ysfscream committed Dec 12, 2023
1 parent c3ee5b5 commit 18b1263
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/composables/config/useTemplateList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ export default () => {
}
} catch (error) {
EmqxMessage.error(t('common.jsonFormatError'))
} finally {
isImportTemplate.value = false
}

// Capture uploader action
Expand Down

0 comments on commit 18b1263

Please sign in to comment.