diff --git a/src/composables/config/useTemplateList.ts b/src/composables/config/useTemplateList.ts index 212e01ab..a6fb1179 100644 --- a/src/composables/config/useTemplateList.ts +++ b/src/composables/config/useTemplateList.ts @@ -119,6 +119,8 @@ export default () => { } } catch (error) { EmqxMessage.error(t('common.jsonFormatError')) + } finally { + isImportTemplate.value = false } // Capture uploader action