diff --git a/frontend/src/components/dialogs/NewKeyDialog.vue b/frontend/src/components/dialogs/NewKeyDialog.vue
index 0770ad6..509d46a 100644
--- a/frontend/src/components/dialogs/NewKeyDialog.vue
+++ b/frontend/src/components/dialogs/NewKeyDialog.vue
@@ -100,6 +100,10 @@ const renderTypeLabel = (option) => {
)
}
+const onChangeType = () => {
+ newForm.value = null
+}
+
const browserStore = useBrowserStore()
const tabStore = useTabStore()
const onAdd = async () => {
@@ -188,7 +192,11 @@ const onClose = () => {
filterable />
-
+