We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e25e8dc commit e5d6052Copy full SHA for e5d6052
1 file changed
src/modals/configuration/ImportConfiguration.vue
@@ -18,7 +18,7 @@ import { configurationStore, navigationStore, registerStore, schemaStore } from
18
success-text="Configuration imported successfully!"
19
@confirm="performImport"
20
@close="closeModal"
21
- @update:active-tab="activeTab = $event">
+ @update:activeTab="activeTab = $event">
22
<template #confirm-icon>
23
<ImportIcon :size="20" />
24
</template>
0 commit comments